| Index: device/bluetooth/bluetooth_classic_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_classic_device_mac.h b/device/bluetooth/bluetooth_classic_device_mac.h
|
| index 7bba06b2f21ba2f085daed8d70fe07916b791fa9..16bfea8ec132788f3fbaad0b227cc886b957199a 100644
|
| --- a/device/bluetooth/bluetooth_classic_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_classic_device_mac.h
|
| @@ -35,6 +35,7 @@ class BluetoothClassicDeviceMac : public BluetoothDeviceMac {
|
| uint16 GetDeviceID() const override;
|
| bool IsPaired() const override;
|
| bool IsConnected() const override;
|
| + bool IsGattConnected() const override;
|
| bool IsConnectable() const override;
|
| bool IsConnecting() const override;
|
| UUIDList GetUUIDs() const override;
|
| @@ -77,6 +78,8 @@ class BluetoothClassicDeviceMac : public BluetoothDeviceMac {
|
| protected:
|
| // BluetoothDevice override
|
| std::string GetDeviceName() const override;
|
| + void CreateGattConnectionImpl() override;
|
| + void DisconnectGatt() override;
|
|
|
| private:
|
| friend class BluetoothAdapterMac;
|
|
|