[PW_SID:1079646] [BlueZ] src/device: Add ConnectedUUIDs property#2028
[PW_SID:1079646] [BlueZ] src/device: Add ConnectedUUIDs property#2028BluezTestBot wants to merge 1 commit intomasterfrom
Conversation
Add a new D-Bus property "ConnectedUUIDs" (array of strings, read-only) to the org.bluez.Device interface. This property tracks the UUIDs of profiles that are currently connected on the device. The property is updated dynamically when a service state changes to CONNECTED or DISCONNECTED.
|
CheckPatch |
|
GitLint |
|
BuildEll |
Up to standards ✅🟢 Issues
|
|
BluezMake |
|
MakeCheck |
|
MakeDistcheck |
|
CheckValgrind |
|
CheckSmatch |
|
bluezmakeextell |
|
IncrementalBuild |
|
ScanBuild |
From: caitao caitao@kylinos.cn
Add a new D-Bus property "ConnectedUUIDs" (array of strings, read-only)
to the org.bluez.Device interface. This property tracks the UUIDs of
profiles that are currently connected on the device.
The property is updated dynamically when a service state changes to
CONNECTED or DISCONNECTED.
doc/org.bluez.Device.rst | 5 +++
src/device.c | 72 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)