| 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();
|
|
|