|
|
bluetooth: android: Implement RetrieveGattConnectedDevicesWithFilter
Also moves BluetoothDeviceWrapper into its own file: http://crbug.com/424792
BUG= 630581
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+529 lines, -108 lines) |
Patch |
 |
M |
device/bluetooth/BUILD.gn
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothManager.java
|
View
|
1
2
3
4
5
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/android/java/src/org/chromium/device/bluetooth/Wrappers.java
|
View
|
1
2
3
4
5
6
|
4 chunks |
+77 lines, -25 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/android/wrappers.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/android/wrappers.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_android.h
|
View
|
1
2
3
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_android.cc
|
View
|
1
|
5 chunks |
+93 lines, -10 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_adapter_unittest.cc
|
View
|
1
2
|
8 chunks |
+128 lines, -60 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_android.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
View
|
1
2
3
4
5
6
|
4 chunks |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test.h
|
View
|
1
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test_android.h
|
View
|
1
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test_android.cc
|
View
|
1
|
3 chunks |
+25 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test_mac.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test_mac.mm
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 13 (11 generated)
|