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

Unified Diff: device/bluetooth/bluetooth_low_energy_device_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_low_energy_device_mac.h
diff --git a/device/bluetooth/bluetooth_low_energy_device_mac.h b/device/bluetooth/bluetooth_low_energy_device_mac.h
index ea830c66cb3efd143f8a9251194fbbbf268376a8..19b824ab6583fdef623762465097deccb3d102a9 100644
--- a/device/bluetooth/bluetooth_low_energy_device_mac.h
+++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
@@ -95,6 +95,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
void DidDiscoverCharacteristics(CBService* cb_service, NSError* error);
void DidUpdateValue(CBCharacteristic* characteristic, NSError* error);
void DidWriteValue(CBCharacteristic* characteristic, NSError* error);
+ void DidUpdateNotificationState(CBCharacteristic* characteristic,
+ NSError* error);
// Updates information about the device.
virtual void Update(NSDictionary* advertisement_data, int rssi);
« no previous file with comments | « device/bluetooth/bluetooth_gatt_notify_session_mac.mm ('k') | device/bluetooth/bluetooth_low_energy_device_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698