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_; |
} |