Index: device/bluetooth/bluez/bluetooth_device_bluez.h |
diff --git a/device/bluetooth/bluez/bluetooth_device_bluez.h b/device/bluetooth/bluez/bluetooth_device_bluez.h |
index 36bb45f38caf797d613e179e4054cf7fcc46c38b..4dd02c262b1db610da63c32d00df3e034ff42cb8 100644 |
--- a/device/bluetooth/bluez/bluetooth_device_bluez.h |
+++ b/device/bluetooth/bluez/bluetooth_device_bluez.h |
@@ -54,8 +54,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceBlueZ |
bool IsConnectable() const override; |
bool IsConnecting() const override; |
UUIDList GetUUIDs() const override; |
- int16_t GetInquiryRSSI() const override; |
- int16_t GetInquiryTxPower() const override; |
+ int8_t GetInquiryRSSI() const override; |
+ int8_t GetInquiryTxPower() const override; |
bool ExpectingPinCode() const override; |
bool ExpectingPasskey() const override; |
bool ExpectingConfirmation() const override; |