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

Unified Diff: device/bluetooth/bluetooth_adapter.h

Issue 1711393002: bluetooth: android: register for adapter on/off events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased on master Created 4 years, 10 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/bluetooth_adapter.h
diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
index e099e32d12bdc4e98aaecb46f6412bc73fa26739..5dcf12f54bd9104841fab75bb62fed94b0ffb951 100644
--- a/device/bluetooth/bluetooth_adapter.h
+++ b/device/bluetooth/bluetooth_adapter.h
@@ -398,8 +398,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter
const CreateAdvertisementCallback& callback,
const CreateAdvertisementErrorCallback& error_callback) = 0;
- // The following methods are used to send various GATT observer events to
- // observers.
+ // The following methods are used to send various events to observers.
+ void NotifyAdapterStateChanged(bool powered);
void NotifyGattServiceAdded(BluetoothGattService* service);
void NotifyGattServiceRemoved(BluetoothGattService* service);
void NotifyGattServiceChanged(BluetoothGattService* service);

Powered by Google App Engine
This is Rietveld 408576698