|
|
Add DBus plumbing and tests for sending devices with ATT read/writes.
This CL adds the plumbing needed to pass on the device that is read from
DBus to the //device/bluetooth delegate. This also allows us to add tests
that check the device on read/write requests to attribute values.
Reviews requested,
xiyuan@ - General review.
scheib@ - Test changes owners review.
R=scheib@chromium.org, xiyuan@chromium.org
BUG= 611862
Committed: https://crrev.com/4a98d82baaf2f5f5c2d9b09a2468e3ceff565790
Cr-Commit-Position: refs/heads/master@{#394254}
Total comments: 3
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+160 lines, -39 lines) |
Patch |
 |
M |
device/bluetooth/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth.gyp
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_local_gatt_characteristic_unittest.cc
|
View
|
|
7 chunks |
+18 lines, -8 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluetooth_local_gatt_descriptor_unittest.cc
|
View
|
|
7 chunks |
+17 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/bluez/bluetooth_local_gatt_service_bluez.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_attribute_value_delegate.h
|
View
|
1
2
|
4 chunks |
+28 lines, -1 line |
0 comments
|
Download
|
 |
A |
device/bluetooth/dbus/bluetooth_gatt_attribute_value_delegate.cc
|
View
|
1
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_characteristic_delegate_wrapper.cc
|
View
|
|
1 chunk |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_descriptor_delegate_wrapper.cc
|
View
|
|
1 chunk |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test.h
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test_bluez.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/bluetooth_test_bluez.cc
|
View
|
|
8 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/test_bluetooth_local_gatt_service_delegate.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc
|
View
|
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 23 (8 generated)
|