| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index 232da0fb281e4bd3d5b595f27b9a12acfc2cb047..128a87cfb159f8a57db41cc53dbe8bb6447412e7 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -40,6 +40,9 @@ 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;
|
|
|