| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index 4471fdafb420b53178a58fcbc1a6d2eb6f3a122a..d16c3a01d3540b04cbbabe06331e2b67ded05a1d 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -43,6 +43,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin : 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;
|
|
|