| Index: device/bluetooth/bluetooth_device_bluez.h
|
| diff --git a/device/bluetooth/bluetooth_device_bluez.h b/device/bluetooth/bluetooth_device_bluez.h
|
| index 4b15aea641dfaacdd040d9f5d40f098573fccc2d..865bc35d1e8873596ba79f7e45796a7744364f17 100644
|
| --- a/device/bluetooth/bluetooth_device_bluez.h
|
| +++ b/device/bluetooth/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;
|
|
|