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 49b62627e97b147d324b9f97b1d5287558af6dee..e9d42e14fcd1f9cdffca093976a90ead181f1eaa 100644 |
--- a/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
+++ b/device/bluetooth/bluetooth_remote_gatt_service_chromeos.h |
@@ -75,14 +75,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 |
@@ -95,8 +87,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, |