|
device/bluetooth: split out transport enum
The transport enum can be reused to describe supported transport
types for remote devices and adapters. As such, move it out in
preparation for adding this functionality to transports and
adapters.
BUG=b:29268565
TEST=compile and run unit tests
Committed: https://crrev.com/ee39a56de7e2646b3e37b9efddfc9fe0be5194ab
Cr-Commit-Position: refs/heads/master@{#400798}
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+166 lines, -167 lines) |
Patch |
 |
M |
components/arc/bluetooth/arc_bluetooth_bridge.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/bluetooth/bluetooth_device_chooser_controller.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_mac.mm
|
View
|
1
2
3
4
5
6
|
5 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_mac_unittest.mm
|
View
|
1
2
3
4
|
5 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_unittest.cc
|
View
|
1
2
3
4
|
7 chunks |
+28 lines, -34 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_common.h
|
View
|
1
2
3
4
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_discovery_filter.h
|
View
|
1
2
3
4
|
4 chunks |
+5 lines, -12 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_discovery_filter.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_discovery_filter_unittest.cc
|
View
|
1
2
3
4
|
8 chunks |
+20 lines, -36 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluez/bluetooth_adapter_bluez.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluez/bluetooth_bluez_unittest.cc
|
View
|
1
2
3
4
|
11 chunks |
+32 lines, -32 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_event_router_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_private_api.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/bluetooth/bluetooth_private_apitest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 24 (11 generated)
|