| Index: device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| index b0f8d69353e0758fbec668c4a94860dc2955712f..4b628c60c97878143a2c522b336690903a74e45a 100644
|
| --- a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| +++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
|
| @@ -74,8 +74,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattCharacteristicMac
|
| // Called by the BluetoothRemoteGattServiceMac instance when the
|
| // characteristics value has been read.
|
| void DidUpdateValue(NSError* error);
|
| - // Updates value_ and notifies the adapter of the new value.
|
| - void UpdateValueAndNotify();
|
| + // Updates value_.
|
| + void UpdateValue();
|
| // Called by the BluetoothRemoteGattServiceMac instance when the
|
| // characteristics value has been written.
|
| void DidWriteValue(NSError* error);
|
|
|