|
bluetooth: android: BluetoothRemoteGattServiceAndroid::GetUUID
Create a Java class ChromeBluetoothRemoteGattService to
implement BluetoothRemoteGattServiceAndroid, and implement
GetUUID.
Correct mistaken implementation of instanceID. Android's
getInstanceId is only unique for services with the same
UUID, so a device unique instance ID must join the UUID and
Android's getInstanceId.
Add the ability for tests to create services by providing a
vector of UUID strings.
BUG= 541400
Committed: https://crrev.com/33aa3f45ab74c7d832cc9f717be85abb7bb53011
Cr-Commit-Position: refs/heads/master@{#354420}
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+189 lines, -28 lines) |
Patch |
|
M |
device/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java
|
View
|
1
2
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
|
A |
device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattService.java
|
View
|
1
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/android/java/src/org/chromium/device/bluetooth/Wrappers.java
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluetooth.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluetooth_device_android.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
device/bluetooth/bluetooth_device_android.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluetooth_device_unittest.cc
|
View
|
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
|
A |
device/bluetooth/bluetooth_gatt_service_unittest.cc
|
View
|
1
2
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluetooth_remote_gatt_service_android.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluetooth_remote_gatt_service_android.cc
|
View
|
1
|
2 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
View
|
1
2
|
4 chunks |
+20 lines, -6 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/test/bluetooth_test.h
|
View
|
1
2
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/test/bluetooth_test_android.h
|
View
|
1
2
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
device/bluetooth/test/bluetooth_test_android.cc
|
View
|
1
2
|
3 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
|
M |
device/device_tests.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 10 (5 generated)
|