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

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

Issue 2353133005: Add the chrome.bluetoothLowEnergy.setAdvertisingInterval API. (Closed)
Patch Set: . Created 4 years, 3 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_advertisement_bluez.h
diff --git a/device/bluetooth/bluez/bluetooth_advertisement_bluez.h b/device/bluetooth/bluez/bluetooth_advertisement_bluez.h
index 79d683f3813879a74cc6ead654dd9e16a427bc9f..010ed269ebf0b0deaffc0487a627042fffc38624 100644
--- a/device/bluetooth/bluez/bluetooth_advertisement_bluez.h
+++ b/device/bluetooth/bluez/bluetooth_advertisement_bluez.h
@@ -38,10 +38,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdvertisementBlueZ
// bluez::BluetoothLEAdvertisementServiceProvider::Delegate overrides:
void Released() override;
- void Register(
- const base::Closure& success_callback,
- const device::BluetoothAdapter::CreateAdvertisementErrorCallback&
- error_callback);
+ void Register(const base::Closure& success_callback,
+ const device::BluetoothAdapter::AdvertisementErrorCallback&
+ error_callback);
// Used from tests to be able to trigger events on the fake advertisement
// provider.

Powered by Google App Engine
This is Rietveld 408576698