summaryrefslogtreecommitdiff
path: root/doc/adapter-api.txt
diff options
context:
space:
mode:
authorAlain Michaud <alainm@chromium.org>2020-04-23 14:23:05 +0000
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-04-27 09:46:18 -0700
commit008057775d98ed23ea717539e77c5c2fe29b8743 (patch)
tree53739e52cf8b10b13c2af0c60ba4bfb668c119c8 /doc/adapter-api.txt
parentb9937e92a85d75cf7d18f9ed7a94a4ef022521ec (diff)
downloadbluez-008057775d98ed23ea717539e77c5c2fe29b8743.tar.gz
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.
Diffstat (limited to 'doc/adapter-api.txt')
-rw-r--r--doc/adapter-api.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index acae032d9..1a7255750 100644
--- a/doc/adapter-api.txt
+++ b/doc/adapter-api.txt
@@ -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.