Index: device/bluetooth/bluetooth_device_win.cc |
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc |
index 81a9386ec3db946977a0b4f157c48a388aacdeff..002e20672d94e01944521a72bdf6cf7c245e41a0 100644 |
--- a/device/bluetooth/bluetooth_device_win.cc |
+++ b/device/bluetooth/bluetooth_device_win.cc |
@@ -111,6 +111,11 @@ uint16 BluetoothDeviceWin::GetDeviceID() const { |
return 0; |
} |
+int BluetoothDeviceWin::GetRSSI() const { |
+ NOTIMPLEMENTED(); |
+ return 0; |
+} |
+ |
bool BluetoothDeviceWin::IsPaired() const { |
return paired_; |
} |