Index: device/bluetooth/bluetooth_device_mac.mm |
diff --git a/device/bluetooth/bluetooth_device_mac.mm b/device/bluetooth/bluetooth_device_mac.mm |
index aabe35eba6aab6ab290fca3fc84b2d5965b8629a..1d14f42178a9ce4d75f04cc73516d76409902cae 100644 |
--- a/device/bluetooth/bluetooth_device_mac.mm |
+++ b/device/bluetooth/bluetooth_device_mac.mm |
@@ -129,6 +129,10 @@ int16 BluetoothDeviceMac::GetInquiryRSSI() const { |
return kUnknownPower; |
} |
+int16 BluetoothDeviceMac::GetInquiryTxPower() const { |
armansito
2015/05/12 01:09:13
Add NOTIMPLEMENTED()
jpawlowski1
2015/05/12 08:11:01
Done.
|
+ return kUnknownPower; |
+} |
+ |
bool BluetoothDeviceMac::ExpectingPinCode() const { |
NOTIMPLEMENTED(); |
return false; |