Index: device/bluetooth/bluetooth_low_energy_device_mac.h |
diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h |
index 9f6ef697097930cde01ac4e59c440bdb33232b40..2d5bb6f5bcef3c6966d6a830131d7f2c0215e669 100644 |
--- a/device/bluetooth/bluetooth_low_energy_device_mac.h |
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.h |
@@ -42,6 +42,7 @@ class BluetoothLowEnergyDeviceMac : public BluetoothDevice { |
bool IsConnecting() const override; |
BluetoothDevice::UUIDList GetUUIDs() const override; |
int16 GetInquiryRSSI() const override; |
+ int16 GetInquiryTxPower() const override; |
bool ExpectingPinCode() const override; |
bool ExpectingPasskey() const override; |
bool ExpectingConfirmation() const override; |