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

Unified Diff: device/bluetooth/bluetooth_remote_gatt_service_mac.h

Issue 2094633003: Bluetooth: Mac: implementation for start notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@write_read_characteristicscan_servicescan_cleanup
Patch Set: Addressing msarda's comments Created 4 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/bluetooth_remote_gatt_service_mac.h
diff --git a/device/bluetooth/bluetooth_remote_gatt_service_mac.h b/device/bluetooth/bluetooth_remote_gatt_service_mac.h
index 8b0bd0ea895706c1dea0c5fa5c2173a09da97c4c..ae123d7f424f9a1094ed08bfcde884066afe31f2 100644
--- a/device/bluetooth/bluetooth_remote_gatt_service_mac.h
+++ b/device/bluetooth/bluetooth_remote_gatt_service_mac.h
@@ -60,6 +60,10 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattServiceMac
// Called by the BluetoothLowEnergyDeviceMac instance when the
// characteristics value has been written.
void DidWriteValue(CBCharacteristic* characteristic, NSError* error);
+ // Called by the BluetoothLowEnergyDeviceMac instance when the notify session
+ // has been started or failed.
+ void DidUpdateNotificationState(CBCharacteristic* characteristic,
+ NSError* error);
// Returns true if the characteristics has been discovered.
bool IsDiscoveryComplete();

Powered by Google App Engine
This is Rietveld 408576698