Chromium Code Reviews| Index: extensions/common/api/bluetooth.idl |
| diff --git a/extensions/common/api/bluetooth.idl b/extensions/common/api/bluetooth.idl |
| index 9051289e6596198e0ab2be25eb2494103b97710a..55df325319042a5ce895ce703e7938cfd422da94 100644 |
| --- a/extensions/common/api/bluetooth.idl |
| +++ b/extensions/common/api/bluetooth.idl |
| @@ -75,7 +75,12 @@ namespace bluetooth { |
| // The received signal strength, in dBm. This field is avaliable and valid |
| // only during discovery. Outside of discovery it's value is not specified. |
| long? inquiryRssi; |
| - }; |
| + |
| + // The transmitted power level. This field is avaliable only for LE devices |
| + // that include this field in AD. It is avaliable and valid only during |
| + // discovery. |
| + long? inquiryTxPower; |
| +}; |
|
armansito
2015/05/12 01:09:14
This indentation looks wrong, you'll need to inden
jpawlowski1
2015/05/12 08:11:01
Done.
|
| // Callback from the <code>getDevice</code> method. |
| // |deviceInfo| : Object containing the device information. |