Index: device/bluetooth/bluetooth_device_win.cc |
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc |
index 0cd807145dcb3fd073913260a5f42bdb9a5de95f..6d5c4c06e00cddb2da847a180027b29a7552f45c 100644 |
--- a/device/bluetooth/bluetooth_device_win.cc |
+++ b/device/bluetooth/bluetooth_device_win.cc |
@@ -192,6 +192,10 @@ int16 BluetoothDeviceWin::GetInquiryRSSI() const { |
return kUnknownPower; |
} |
+int16 BluetoothDeviceWin::GetInquiryTxPower() const { |
armansito
2015/05/12 01:09:14
NOTIMPLEMENTED()
jpawlowski1
2015/05/12 08:11:01
Done.
|
+ return kUnknownPower; |
+} |
+ |
bool BluetoothDeviceWin::ExpectingPinCode() const { |
NOTIMPLEMENTED(); |
return false; |