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

Unified Diff: device/bluetooth/bluetooth_gatt_notify_session.h

Issue 1898643002: Refactor device::BluetoothGattXXX classes to split into remote/local. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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_gatt_notify_session.h
diff --git a/device/bluetooth/bluetooth_gatt_notify_session.h b/device/bluetooth/bluetooth_gatt_notify_session.h
index cbedb623d47207eb085356e3ee06f31d56260df3..4d1ddf692e4c95c600f4fa5d560952f8051c3475 100644
--- a/device/bluetooth/bluetooth_gatt_notify_session.h
+++ b/device/bluetooth/bluetooth_gatt_notify_session.h
@@ -16,7 +16,7 @@ namespace device {
// A BluetoothGattNotifySession represents an active session for listening
// to value updates from GATT characteristics that support notifications and/or
// indications. Instances are obtained by calling
-// BluetoothGattCharacteristic::StartNotifySession.
+// BluetoothRemoteGattCharacteristic::StartNotifySession.
class DEVICE_BLUETOOTH_EXPORT BluetoothGattNotifySession {
public:
// Destructor automatically stops this session.
« no previous file with comments | « device/bluetooth/bluetooth_gatt_descriptor_unittest.cc ('k') | device/bluetooth/bluetooth_gatt_notify_session_bluez.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698