summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/bluetooth_device_win.cc
diff options
context:
space:
mode:
authorkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-28 17:03:06 +0000
committerkeybuk@chromium.org <keybuk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-28 17:03:06 +0000
commit5359e057f26d72bab59bc787b59aac937591fd86 (patch)
treed89d690e199e606e00479b497af5020ad105ff95 /device/bluetooth/bluetooth_device_win.cc
parentcb86ee6f9f22bc88c27f055e3882a0ea9f9b4525 (diff)
downloadchromium_src-5359e057f26d72bab59bc787b59aac937591fd86.zip
chromium_src-5359e057f26d72bab59bc787b59aac937591fd86.tar.gz
chromium_src-5359e057f26d72bab59bc787b59aac937591fd86.tar.bz2
Bluetooth: gather usage metrics
BUG=233820 TEST=chrome:///histograms R=isherman@chromium.org, satorux@chromium.org, youngki@chromium.org Review URL: https://codereview.chromium.org/13872017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device/bluetooth/bluetooth_device_win.cc')
-rw-r--r--device/bluetooth/bluetooth_device_win.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc
index cfe9ac9..7779166 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_;
}