Index: device/bluetooth/bluetooth_device_mac.h |
diff --git a/device/bluetooth/bluetooth_device_mac.h b/device/bluetooth/bluetooth_device_mac.h |
index 81ae518416f5fc58090c24621368de51eb301d27..d3beb0ffedef4b74a950209ed7c83ee5f0ca6c45 100644 |
--- a/device/bluetooth/bluetooth_device_mac.h |
+++ b/device/bluetooth/bluetooth_device_mac.h |
@@ -24,7 +24,11 @@ class BluetoothDeviceMac : public BluetoothDevice { |
virtual ~BluetoothDeviceMac(); |
// BluetoothDevice override |
+ virtual uint32 GetBluetoothClass() const OVERRIDE; |
virtual std::string GetAddress() const OVERRIDE; |
+ virtual uint16 GetVendorID() const OVERRIDE; |
+ virtual uint16 GetProductID() const OVERRIDE; |
+ virtual uint16 GetDeviceID() const OVERRIDE; |
virtual bool IsPaired() const OVERRIDE; |
virtual bool IsConnected() const OVERRIDE; |
virtual bool IsConnectable() const OVERRIDE; |
@@ -69,7 +73,6 @@ class BluetoothDeviceMac : public BluetoothDevice { |
protected: |
// BluetoothDevice override |
- virtual uint32 GetBluetoothClass() const OVERRIDE; |
virtual std::string GetDeviceName() const OVERRIDE; |
private: |