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

Unified Diff: device/bluetooth/bluetooth_device_bluez.h

Issue 1872943002: Add support for local services/characteristics/descriptors. (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_device_bluez.h
diff --git a/device/bluetooth/bluetooth_device_bluez.h b/device/bluetooth/bluetooth_device_bluez.h
index 4b15aea641dfaacdd040d9f5d40f098573fccc2d..9d0794fd02559ec260e99b8fb47cb21f48967bde 100644
--- a/device/bluetooth/bluetooth_device_bluez.h
+++ b/device/bluetooth/bluetooth_device_bluez.h
@@ -29,8 +29,8 @@ namespace bluez {
class BluetoothAdapterBlueZ;
class BluetoothPairingBlueZ;
-// The BluetoothDeviceBlueZ class implements BluetoothDevice for the
-// Chrome OS platform.
+// The BluetoothDeviceBlueZ class implements BluetoothDevice for platforms using
+// BlueZ.
//
// This class is not thread-safe, but is only called from the UI thread.
//

Powered by Google App Engine
This is Rietveld 408576698