|
Add GetConnectionInfo function for BluetoothDevice, replacing the existing
GetRSSI, GetHostTransmitPower, and GetMaximumHostTransmitPower functions.
On Mac, this function uses IOBluetooth APIs.
On ChromeOS, this function is a wrapper for the GetConnInfo() DBus plugin API.
On Windows, this function is unimplemented.
BUG= 382683
Committed: https://crrev.com/d060690f69581b758adb9b477ebe5e08acbccfa7
Cr-Commit-Position: refs/heads/master@{#310372}
Total comments: 28
Total comments: 21
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+246 lines, -305 lines) |
Patch |
 |
M |
chromeos/dbus/bluetooth_device_client.h
|
View
|
1
2
|
2 chunks |
+12 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/bluetooth_device_client.cc
|
View
|
1
2
3
|
5 chunks |
+38 lines, -42 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_bluetooth_device_client.h
|
View
|
1
2
|
3 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_bluetooth_device_client.cc
|
View
|
1
2
|
4 chunks |
+23 lines, -13 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_chromeos.cc
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_chromeos_unittest.cc
|
View
|
1
2
|
2 chunks |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device.h
|
View
|
1
2
|
5 chunks |
+27 lines, -28 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device.cc
|
View
|
1
2
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_chromeos.h
|
View
|
1
2
|
5 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_chromeos.cc
|
View
|
|
5 chunks |
+29 lines, -65 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_mac.h
|
View
|
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_mac.mm
|
View
|
1
2
3
4
|
3 chunks |
+22 lines, -30 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_win.h
|
View
|
1
2
|
3 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_win.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -21 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/mock_bluetooth_device.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/mock_bluetooth_device.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_api_utils.cc
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_apitest.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/bluetooth.idl
|
View
|
1
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
Total messages: 20 (4 generated)
|