|
Bluetooth: Implement new socket API for Chrome OS
Remove the old BluetoothProfileChromeOS implementation and instead
extend BluetoothSocketChromeOS to handle making outgoing connections
and accepting incoming connections through the D-Bus API.
BUG= 372493
TEST=device_unittests --gtest_filter=BluetoothSocketChromeOSTest.*
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270245
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1324 lines, -1062 lines) |
Patch |
 |
M |
chromeos/dbus/bluetooth_profile_manager_client.h
|
View
|
|
2 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/bluetooth_profile_manager_client.cc
|
View
|
|
3 chunks |
+54 lines, -48 lines |
0 comments
|
Download
|
 |
M |
chromeos/dbus/fake_bluetooth_profile_manager_client.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth.gyp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_chromeos.h
|
View
|
|
4 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_chromeos.cc
|
View
|
|
2 chunks |
+30 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_chromeos.h
|
View
|
|
3 chunks |
+3 lines, -13 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_chromeos.cc
|
View
|
|
4 chunks |
+14 lines, -45 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_profile.cc
|
View
|
|
2 chunks |
+2 lines, -14 lines |
0 comments
|
Download
|
 |
D |
device/bluetooth/bluetooth_profile_chromeos.h
|
View
|
|
1 chunk |
+0 lines, -162 lines |
0 comments
|
Download
|
 |
D |
device/bluetooth/bluetooth_profile_chromeos.cc
|
View
|
|
1 chunk |
+0 lines, -330 lines |
0 comments
|
Download
|
 |
D |
device/bluetooth/bluetooth_profile_chromeos_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -390 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_chromeos.h
|
View
|
|
4 chunks |
+158 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_chromeos.cc
|
View
|
1
|
4 chunks |
+506 lines, -24 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_socket_chromeos_unittest.cc
|
View
|
|
1 chunk |
+516 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_thread.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_socket_thread.cc
|
View
|
|
1 chunk |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/device_tests.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|