Index: device/bluetooth/bluetooth_device_win.cc |
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc |
index 525ab0a1d9da8f5e2aa24adcabc9d13e46845e1d..9434b8a564e52937cf4b5baee0c72f5d247071e3 100644 |
--- a/device/bluetooth/bluetooth_device_win.cc |
+++ b/device/bluetooth/bluetooth_device_win.cc |
@@ -112,13 +112,13 @@ BluetoothDevice::UUIDList BluetoothDeviceWin::GetUUIDs() const { |
return uuids_; |
} |
-int16_t BluetoothDeviceWin::GetInquiryRSSI() const { |
- return kUnknownPower; |
+int8_t BluetoothDeviceWin::GetInquiryRSSI() const { |
+ return kUnknownRSSI; |
} |
-int16_t BluetoothDeviceWin::GetInquiryTxPower() const { |
+int8_t BluetoothDeviceWin::GetInquiryTxPower() const { |
NOTIMPLEMENTED(); |
- return kUnknownPower; |
+ return kUnknownTxPower; |
} |
bool BluetoothDeviceWin::ExpectingPinCode() const { |