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