| Index: device/bluetooth/bluetooth_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
|
| index a2ecf1d402d8da443ca2a88f70dfbe98f2ac9cc3..daa8e4dc8b7673a39a67c69f8722cb296fa1206c 100644
|
| --- a/device/bluetooth/bluetooth_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_device_mac.h
|
| @@ -36,6 +36,7 @@ class BluetoothDeviceMac : public BluetoothDevice {
|
| bool IsConnecting() const override;
|
| UUIDList GetUUIDs() const override;
|
| int16 GetInquiryRSSI() const override;
|
| + int16 GetInquiryTxPower() const override;
|
| bool ExpectingPinCode() const override;
|
| bool ExpectingPasskey() const override;
|
| bool ExpectingConfirmation() const override;
|
|
|