Chromium Code Reviews| Index: device/bluetooth/bluetooth_adapter.h |
| diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h |
| index e099e32d12bdc4e98aaecb46f6412bc73fa26739..a5bb6f55c7354d34f752991cab80ae934910cdb9 100644 |
| --- a/device/bluetooth/bluetooth_adapter.h |
| +++ b/device/bluetooth/bluetooth_adapter.h |
| @@ -398,6 +398,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter |
| const CreateAdvertisementCallback& callback, |
| const CreateAdvertisementErrorCallback& error_callback) = 0; |
| + // Send adapter state changed event to observers. |
| + void NotifyAdapterStateChanged(bool powered); |
|
scheib
2016/02/26 00:05:59
Merge with block of all Notify* methods below, and
perja
2016/02/26 10:51:04
Done.
|
| + |
| // The following methods are used to send various GATT observer events to |
| // observers. |
| void NotifyGattServiceAdded(BluetoothGattService* service); |