| 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
 | 
| 
 |