| 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 960e89abfdc9904a742b175ea7ec13d342ad6434..ea830c66cb3efd143f8a9251194fbbbf268376a8 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_device_mac.h
|
| @@ -94,6 +94,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceMac
|
| void DidModifyServices(NSArray* invalidatedServices);
|
| void DidDiscoverCharacteristics(CBService* cb_service, NSError* error);
|
| void DidUpdateValue(CBCharacteristic* characteristic, NSError* error);
|
| + void DidWriteValue(CBCharacteristic* characteristic, NSError* error);
|
|
|
| // Updates information about the device.
|
| virtual void Update(NSDictionary* advertisement_data, int rssi);
|
|
|