Index: device/bluetooth/bluetooth_low_energy_device_mac.mm |
diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.mm b/device/bluetooth/bluetooth_low_energy_device_mac.mm |
index c3d6d1d154dfc5bb6ec9ab61995de7ffc31f34e6..dabaab4b72fe29ccdedf91526973c4e16010c4df 100644 |
--- a/device/bluetooth/bluetooth_low_energy_device_mac.mm |
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.mm |
@@ -145,13 +145,13 @@ BluetoothDevice::UUIDList BluetoothLowEnergyDeviceMac::GetUUIDs() const { |
advertised_uuids_.end()); |
} |
-int16_t BluetoothLowEnergyDeviceMac::GetInquiryRSSI() const { |
- return kUnknownPower; |
+int8_t BluetoothLowEnergyDeviceMac::GetInquiryRSSI() const { |
+ return kUnknownRSSI; |
} |
-int16_t BluetoothLowEnergyDeviceMac::GetInquiryTxPower() const { |
+int8_t BluetoothLowEnergyDeviceMac::GetInquiryTxPower() const { |
NOTIMPLEMENTED(); |
- return kUnknownPower; |
+ return kUnknownTxPower; |
} |
bool BluetoothLowEnergyDeviceMac::ExpectingPinCode() const { |