Chromium Code Reviews| 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; |
|
Devlin
2015/11/05 19:27:58
It's a shame we're adding so many of these, since
stevenjb
2015/11/05 19:37:54
paired/connecting/connected could theoretically be
|
| + |
| + // 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 |