| Index: device/bluetooth/bluez/bluetooth_device_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_device_bluez.h b/device/bluetooth/bluez/bluetooth_device_bluez.h
|
| index 36bb45f38caf797d613e179e4054cf7fcc46c38b..293c2466b6dafe10bbf817fd9160660f3b179563 100644
|
| --- a/device/bluetooth/bluez/bluetooth_device_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_device_bluez.h
|
| @@ -83,6 +83,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceBlueZ
|
| void CreateGattConnection(
|
| const GattConnectionCallback& callback,
|
| const ConnectErrorCallback& error_callback) override;
|
| + void SetGattServicesDiscoveryComplete(bool complete) override;
|
| + bool IsGattServicesDiscoveryComplete() const override;
|
| void Pair(device::BluetoothDevice::PairingDelegate* pairing_delegate,
|
| const base::Closure& callback,
|
| const ConnectErrorCallback& error_callback) override;
|
|
|