|
bluetooth: android: Implement Characteristic GetIdentifier, fix Service IDs too.
BluetoothGattCharacteristic::GetIdentifier is implemented.
BluetoothGattService::GetIdentifier is fixed to produce an adapter unique value.
BUG= 545682, 546747
Committed: https://crrev.com/dd941ba40bbd76375e6fe43bb55aef55e9d3c282
Cr-Commit-Position: refs/heads/master@{#356243}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+197 lines, -59 lines) |
Patch |
 |
M |
device/BUILD.gn
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothDevice.java
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/android/java/src/org/chromium/device/bluetooth/ChromeBluetoothRemoteGattService.java
|
View
|
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_device_unittest.cc
|
View
|
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_gatt_characteristic.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
device/bluetooth/bluetooth_gatt_characteristic_unittest.cc
|
View
|
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_gatt_descriptor.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_gatt_service.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_gatt_service_unittest.cc
|
View
|
|
6 chunks |
+53 lines, -22 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_remote_gatt_characteristic_android.h
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_remote_gatt_characteristic_android.cc
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_remote_gatt_service_android.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_remote_gatt_service_android.cc
|
View
|
|
2 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/device_tests.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 12 (5 generated)
|