| Index: device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| diff --git a/device/bluetooth/bluez/bluetooth_adapter_bluez.h b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| index 04e8b2bafbb8b29d5391f26c5fd291e59bb32b53..8e0c2aeea1b5c06d7380a59373bc87a476181388 100644
|
| --- a/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| +++ b/device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
| @@ -132,6 +132,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterBlueZ
|
| const base::Closure& callback,
|
| const AdvertisementErrorCallback& error_callback) override;
|
|
|
| + void ResetAdvertising(
|
| + const base::Closure& callback,
|
| + const AdvertisementErrorCallback& error_callback) override;
|
| +
|
| device::BluetoothLocalGattService* GetGattService(
|
| const std::string& identifier) const override;
|
|
|
|
|