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

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

Issue 1133173002: Expose TxPower for bluetooth devices during discovery (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: 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.

Powered by Google App Engine
This is Rietveld 408576698