Index: device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
diff --git a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
index a0373ae39e7363e4e88c3a08146dca3a080d4e60..66945533c6b57f089b65d3b193dbd373fe8a0919 100644 |
--- a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
+++ b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
@@ -74,14 +74,6 @@ class BluetoothRemoteGattServiceChromeOS |
// service observers when characteristic descriptors get added and removed. |
void NotifyServiceChanged(); |
- // Notifies its observers that the value of a characteristic has changed. |
- // Called by BluetoothRemoteGattCharacteristicChromeOS instances to notify |
- // service observers when their cached value is updated after a successful |
- // read request or when a "ValueUpdated" signal is received. |
- void NotifyCharacteristicValueChanged( |
- BluetoothRemoteGattCharacteristicChromeOS* characteristic, |
- const std::vector<uint8>& value); |
- |
// Notifies its observers that a descriptor |descriptor| belonging to |
// characteristic |characteristic| has been added or removed. This is used |
// by BluetoothRemoteGattCharacteristicChromeOS instances to notify service |
@@ -94,8 +86,8 @@ class BluetoothRemoteGattServiceChromeOS |
bool added); |
// Notifies its observers that the value of a descriptor has changed. Called |
- // by BluetoothRemoteGattDescriptorChromeOS instances to notify service |
- // observers when their cached value gets updated after a read request. |
+ // by BluetoothRemoteGattCharacteristicChromeOS instances to notify service |
+ // observers. |
void NotifyDescriptorValueChanged( |
BluetoothRemoteGattCharacteristicChromeOS* characteristic, |
BluetoothRemoteGattDescriptorChromeOS* descriptor, |