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

Unified Diff: extensions/common/api/bluetooth.idl

Issue 1420973007: Add connecting/connectable to bluetooth.Device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_543294_bluetooth_options_2a_broadcast
Patch Set: Rebase Created 5 years, 1 month 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: extensions/common/api/bluetooth.idl
diff --git a/extensions/common/api/bluetooth.idl b/extensions/common/api/bluetooth.idl
index 134c04745e2763876d6ac4ef28e0640505db9b32..b110c488d16a823991bc0b6633dca75274a79f37 100644
--- a/extensions/common/api/bluetooth.idl
+++ b/extensions/common/api/bluetooth.idl
@@ -66,6 +66,12 @@ namespace bluetooth {
// Indicates whether the device is currently connected to the system.
boolean? connected;
+ // Indicates whether the device is currently connecting to the system.
+ boolean? connecting;
+
+ // Indicates whether the device is connectable.
+ boolean? connectable;
+
// UUIDs of protocols, profiles and services advertised by the device.
// For classic Bluetooth devices, this list is obtained from EIR data and
// SDP tables. For Low Energy devices, this list is obtained from AD and
« no previous file with comments | « extensions/browser/api/bluetooth/bluetooth_api_utils.cc ('k') | third_party/closure_compiler/externs/bluetooth.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698