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

Unified Diff: device/bluetooth/bluez/bluetooth_adapter_bluez.h

Issue 2861533004: Implement chrome.bluetoothLowEnergy.resetAdvertising(). (Closed)
Patch Set: Implement chrome.bluetoothLowEnergy.resetAllAdvertisements(). Created 3 years, 6 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/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;

Powered by Google App Engine
This is Rietveld 408576698