mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-24 04:34:17 +08:00
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:
parent
b9937e92a8
commit
008057775d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user