Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Unified Diff: device/bluetooth/bluetooth_remote_gatt_service_chromeos.h

Issue 788193004: chromeos/dbus: Update Bluetooth GATT API clients to upstream definition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698