Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: device/bluetooth/dbus/bluetooth_le_advertising_manager_client.h

Issue 2861533004: Implement chrome.bluetoothLowEnergy.resetAdvertising(). (Closed)
Patch Set: Implement chrome.bluetoothLowEnergy.resetAllAdvertisements(). Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
rkc 2017/06/13 19:02:31 This method isn't getting tested from anywhere. Ca
Sonny Sasaka 2017/06/15 23:19:12 Actually I wrote a browser test that triggers Rese
+ const base::Closure& callback,
+ const ErrorCallback& error_callback) = 0;
+
// Creates the instance.
static BluetoothLEAdvertisingManagerClient* Create();
« no previous file with comments | « device/bluetooth/bluez/bluetooth_adapter_bluez.cc ('k') | device/bluetooth/dbus/bluetooth_le_advertising_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698