| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index afa54503b8da2f0dc13de86c88666a28ca601bd7..aebc5dc1470413eb6af139dbb2789ec32499ac32 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -36,9 +36,6 @@ class BluetoothDeviceWin : public BluetoothDevice {
|
| virtual uint16 GetVendorID() const override;
|
| virtual uint16 GetProductID() const override;
|
| virtual uint16 GetDeviceID() const override;
|
| - virtual int GetRSSI() const override;
|
| - virtual int GetCurrentHostTransmitPower() const override;
|
| - virtual int GetMaximumHostTransmitPower() const override;
|
| virtual bool IsPaired() const override;
|
| virtual bool IsConnected() const override;
|
| virtual bool IsConnectable() const override;
|
| @@ -47,6 +44,8 @@ class BluetoothDeviceWin : public BluetoothDevice {
|
| virtual bool ExpectingPinCode() const override;
|
| virtual bool ExpectingPasskey() const override;
|
| virtual bool ExpectingConfirmation() const override;
|
| + virtual void GetConnectionInfo(
|
| + const ConnectionInfoCallback& callback) override;
|
| virtual void Connect(
|
| PairingDelegate* pairing_delegate,
|
| const base::Closure& callback,
|
| @@ -71,9 +70,6 @@ class BluetoothDeviceWin : public BluetoothDevice {
|
| virtual void CreateGattConnection(
|
| const GattConnectionCallback& callback,
|
| const ConnectErrorCallback& error_callback) override;
|
| - virtual void StartConnectionMonitor(
|
| - const base::Closure& callback,
|
| - const ErrorCallback& error_callback) override;
|
|
|
| // Used by BluetoothProfileWin to retrieve the service record for the given
|
| // |uuid|.
|
|
|