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

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

Issue 735893002: Add GetConnectionInfo function for BluetoothDevice, replacing the existing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix compile errors on other platforms Created 5 years, 11 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
« no previous file with comments | « extensions/browser/api/bluetooth/bluetooth_apitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/bluetooth.idl
diff --git a/extensions/common/api/bluetooth.idl b/extensions/common/api/bluetooth.idl
index 1febc8b127194e344045bb84bdfbd7f2af3cbd1d..9e19443a1a8182b9fa11978b2f5fe0eb7e6382c2 100644
--- a/extensions/common/api/bluetooth.idl
+++ b/extensions/common/api/bluetooth.idl
@@ -65,23 +65,6 @@ namespace bluetooth {
// Indicates whether the device is currently connected to the system.
boolean? connected;
- // Indicates the RSSI ("received signal strength indication") of the
- // connection to the device, measured in dBm, to a resolution of 1dBm.
- // If the device is currently connected, then measures the RSSI of the
- // connection signal. Otherwise, measures the RSSI of the last inquiry sent
- // to the device, where available. Absent if unavailable.
- [nodoc] long? rssi;
-
- // Indicates the host's current transmit power ("Tx power") for the
- // connection to the device, measured in dBm, to a resolution of 1dBm.
- // This value is only available if the device is currently connected.
- [nodoc] long? currentHostTransmitPower;
-
- // Indicates the host's maximum transmit power ("Tx power") for the
- // connection to the device, measured in dBm, to a resolution of 1dBm.
- // This value is only available if the device is currently connected.
- [nodoc] long? maximumHostTransmitPower;
-
// 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_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698