| Index: device/bluetooth/bluetooth_device_win.cc
|
| diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc
|
| index 4af740ba3c596f13c771be9cf954589393580971..9cff473d8049540b8ebf15d35abe7b8e96591ae9 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_;
|
| }
|
|
|