| Index: device/bluetooth/bluetooth_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h
|
| index ec87ff7ce29fb0e302896cae6999f87fd1aa8f28..86d87df35c585d99e972b0aacb90d62c8a8e7610 100644
|
| --- a/device/bluetooth/bluetooth_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_device_mac.h
|
| @@ -32,6 +32,7 @@ class BluetoothDeviceMac : public BluetoothDevice {
|
| virtual uint16 GetVendorID() const OVERRIDE;
|
| virtual uint16 GetProductID() const OVERRIDE;
|
| virtual uint16 GetDeviceID() const OVERRIDE;
|
| + virtual int GetRSSI() const OVERRIDE;
|
| virtual bool IsPaired() const OVERRIDE;
|
| virtual bool IsConnected() const OVERRIDE;
|
| virtual bool IsConnectable() const OVERRIDE;
|
|
|