Index: device/bluetooth/dbus/bluetooth_le_advertising_manager_client.h |
diff --git a/device/bluetooth/dbus/bluetooth_le_advertising_manager_client.h b/device/bluetooth/dbus/bluetooth_le_advertising_manager_client.h |
index 4a338ada7254657f0ae4128d29f20eaad4cebcff..7bd09560c1cf2714544e4801e133ad4b28b10261 100644 |
--- a/device/bluetooth/dbus/bluetooth_le_advertising_manager_client.h |
+++ b/device/bluetooth/dbus/bluetooth_le_advertising_manager_client.h |
@@ -76,6 +76,11 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLEAdvertisingManagerClient |
const base::Closure& callback, |
const ErrorCallback& error_callback) = 0; |
+ // Resets advertising. |
+ virtual void ResetAdvertising(const dbus::ObjectPath& manager_object_path, |
+ const base::Closure& callback, |
+ const ErrorCallback& error_callback) = 0; |
+ |
// Creates the instance. |
static BluetoothLEAdvertisingManagerClient* Create(); |