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

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: rebase & tbr Created 5 years, 10 months 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 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,

Powered by Google App Engine
This is Rietveld 408576698