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

Unified Diff: device/bluetooth/bluetooth_remote_gatt_service_mac.h

Issue 2595373003: Bluetooth: mac: Working on macOS descriptor implementation. (Closed)
Patch Set: Fixes Created 3 years, 11 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 f6118fc468dba0698212f3a82b7847d9d3f848e6..60d1f110992a9a9deaa6ea7f9c47b4b794ce1dcd 100644
--- a/device/bluetooth/bluetooth_remote_gatt_service_mac.h
+++ b/device/bluetooth/bluetooth_remote_gatt_service_mac.h
@@ -54,6 +54,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattServiceMac
// Called by the BluetoothLowEnergyDeviceMac instance when the characteristics
// has been discovered.
void DidDiscoverCharacteristics();
+ // Called by the BluetoothLowEnergyDeviceMac instance when the descriptors has
+ // been discovered.
+ void DidDiscoverDescriptors(CBCharacteristic* characteristic);
// Sends notification if this service is ready with all characteristics
// discovered.
void SendNotificationIfComplete();
« no previous file with comments | « device/bluetooth/bluetooth_remote_gatt_descriptor_unittest.cc ('k') | device/bluetooth/bluetooth_remote_gatt_service_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698