From 611ae29a72a8cb343679767f454fed6d0c71b771 Mon Sep 17 00:00:00 2001 From: "keybuk@chromium.org" Date: Mon, 29 Apr 2013 21:32:19 +0000 Subject: Bluetooth: gather usage metrics Resubmit; this was reverted in 196993 due to a missing initialization in a unit test. BUG=233820 TEST=chrome:///histograms Review URL: https://codereview.chromium.org/14109028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197148 0039d316-1c4b-4281-b951-d872f2087c98 --- device/bluetooth/bluetooth_device_win.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'device/bluetooth/bluetooth_device_win.cc') 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_; } -- cgit v1.1