doc/adapter-api: Add Roles property

This change adds a new property to indicate the support for concurrent
roles which means that the controller has reported the appropriate
LE_Supported_States (hdev->le_states) and that the controller's driver
has reported correctly handling the various reported states.
This commit is contained in:
Alain Michaud 2020-04-23 14:23:05 +00:00 committed by Luiz Augusto von Dentz
parent b9937e92a8
commit 008057775d

View File

@ -326,3 +326,11 @@ Properties string Address [readonly]
Local Device ID information in modalias format
used by the kernel and udev.
array{string} Roles [readonly]
List of supported roles. Possible values:
"central": Supports the central role.
"peripheral": Supports the peripheral role.
"central-peripheral": Supports both roles
concurrently.