Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2057)

Unified Diff: device/bluetooth/bluetooth_device_win.cc

Issue 13872017: Bluetooth: gather usage metrics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase since Cellular.* appeared under us Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: device/bluetooth/bluetooth_device_win.cc
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc
index cfe9ac95bfdef24d01874051728bdf0a304be9ee..7779166862e9180076d51dc07adfeb8bbcf8f292 100644
--- a/device/bluetooth/bluetooth_device_win.cc
+++ b/device/bluetooth/bluetooth_device_win.cc
@@ -71,6 +71,18 @@ std::string BluetoothDeviceWin::GetAddress() const {
return address_;
}
+uint16 BluetoothDeviceWin::GetVendorID() const {
+ return 0;
+}
+
+uint16 BluetoothDeviceWin::GetProductID() const {
+ return 0;
+}
+
+uint16 BluetoothDeviceWin::GetDeviceID() const {
+ return 0;
+}
+
bool BluetoothDeviceWin::IsPaired() const {
return paired_;
}
« no previous file with comments | « device/bluetooth/bluetooth_device_win.h ('k') | device/bluetooth/bluetooth_experimental_chromeos_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698