|
BlueZ + DBus implementations of create/remove service record functions.
This CL adds the DBus and BlueZ implementations of the Create and
Remove service record functions. This adds a basic unit test but
we will need to add more tests to this.
Miao, I've had to change how we handle the service record data structures
since BlueZ will need both the type and size fields from use to correctly
infer the actual data type of the value.
R=mcchou@chromium.org, xiyuan@chromium.org
BUG= 619669
Committed: https://crrev.com/2ffd561bdba4a20e0345ecdb97d798d4f82c4659
Cr-Commit-Position: refs/heads/master@{#401782}
Total comments: 40
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+650 lines, -33 lines) |
Patch |
|
M |
device/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluetooth.gyp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluez/bluetooth_adapter_bluez.h
|
View
|
1
|
3 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluez/bluetooth_adapter_bluez.cc
|
View
|
1
2
3
4
|
2 chunks |
+36 lines, -6 lines |
0 comments
|
Download
|
|
A |
device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+57 lines, -0 lines |
0 comments
|
Download
|
|
A |
device/bluetooth/bluez/bluetooth_service_attribute_value_bluez.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
|
A |
device/bluetooth/bluez/bluetooth_service_attribute_value_bluez_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+123 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluez/bluetooth_service_record_bluez.h
|
View
|
1
|
2 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/bluez/bluetooth_service_record_bluez.cc
|
View
|
1
2
|
1 chunk |
+20 lines, -8 lines |
0 comments
|
Download
|
|
A |
device/bluetooth/bluez/bluetooth_service_record_bluez_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+160 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/dbus/bluetooth_adapter_client.h
|
View
|
1
2
|
3 chunks |
+25 lines, -5 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/dbus/bluetooth_adapter_client.cc
|
View
|
1
2
|
3 chunks |
+98 lines, -1 line |
0 comments
|
Download
|
|
M |
device/bluetooth/dbus/bluetooth_agent_service_provider.h
|
View
|
1
2
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/dbus/bluetooth_agent_service_provider.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/dbus/fake_bluetooth_adapter_client.h
|
View
|
1
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
device/bluetooth/dbus/fake_bluetooth_adapter_client.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+35 lines, -1 line |
0 comments
|
Download
|
|
M |
device/device_tests.gyp
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 33 (15 generated)
|