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

Unified Diff: Source/modules/bluetooth/BluetoothGATTRemoteServer.idl

Issue 1060593004: bluetooth: connectGATT and receive WebBluetoothGATTRemoteServer from embedder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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: Source/modules/bluetooth/BluetoothGATTRemoteServer.idl
diff --git a/Source/modules/bluetooth/BluetoothGATTRemoteServer.idl b/Source/modules/bluetooth/BluetoothGATTRemoteServer.idl
index c1afe3d5a1c2367af3ec9a9b52ec4983a8024312..728ee1bc98c55cbd46805abc6f16d775d9014563 100644
--- a/Source/modules/bluetooth/BluetoothGATTRemoteServer.idl
+++ b/Source/modules/bluetooth/BluetoothGATTRemoteServer.idl
@@ -14,7 +14,7 @@
// : ServiceEventHandlers
{
// readonly attribute BluetoothDevice device;
- // readonly attribute boolean connected;
+ readonly attribute boolean connected;
// void disconnect ();
// Promise<BluetoothGATTService> getPrimaryService (BluetoothServiceUuid service);
// Promise<sequence<BluetoothGATTService>> getPrimaryServices (optional BluetoothServiceUuid service);

Powered by Google App Engine
This is Rietveld 408576698