Index: device/bluetooth/bluetooth_device_chromeos.cc |
diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc |
index 9eb3f4ac314400a0973d907e1295fc8b70239c08..91a0eb399f0b415c734e535fbd67e450ab99dba8 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.cc |
+++ b/device/bluetooth/bluetooth_device_chromeos.cc |
@@ -78,6 +78,18 @@ std::string BluetoothDeviceChromeOS::GetAddress() const { |
return address_; |
} |
+uint16 BluetoothDeviceChromeOS::GetVendorID() const { |
+ return 0; |
+} |
+ |
+uint16 BluetoothDeviceChromeOS::GetProductID() const { |
+ return 0; |
+} |
+ |
+uint16 BluetoothDeviceChromeOS::GetDeviceID() const { |
+ return 0; |
+} |
+ |
bool BluetoothDeviceChromeOS::IsPaired() const { |
return paired_ || trusted_; |
} |