|
|
DBus support for attribute properties and permissions.
This CL adds the DBus code needed to handle characteristic and descriptor
properties and permissions.
We will process the props/perms into the flags expected by BlueZ in the
BluetoothLocalGattXXXBlueZ classes. The DBus layer is simply responsible
for getting the flags over to BlueZ.
R=scheib@chromium.org
BUG= 606853
Committed: https://crrev.com/60a8ee95f6bbe75057aeeb33bc6ccb58a3dd182b
Cr-Commit-Position: refs/heads/master@{#392359}
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+157 lines, -114 lines) |
Patch |
 |
M |
device/bluetooth/dbus/bluetooth_gatt_application_service_provider.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_application_service_provider_unittest.cc
|
View
|
|
11 chunks |
+68 lines, -14 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.h
|
View
|
1
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider.cc
|
View
|
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.h
|
View
|
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_characteristic_service_provider_impl.cc
|
View
|
|
9 chunks |
+23 lines, -19 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider.h
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.h
|
View
|
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_descriptor_service_provider_impl.cc
|
View
|
|
9 chunks |
+24 lines, -18 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.h
|
View
|
|
2 chunks |
+10 lines, -14 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/bluetooth_gatt_service_service_provider_impl.cc
|
View
|
|
2 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_service_provider.cc
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
device/bluetooth/dbus/fake_bluetooth_gatt_descriptor_service_provider.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 35 (15 generated)
|