Diff between b9937e92a85d75cf7d18f9ed7a94a4ef022521ec and 008057775d98ed23ea717539e77c5c2fe29b8743
Changed Files
| File | Additions | Deletions | Status |
| doc/adapter-api.txt | +8 | -0 | modified |
Full Patch
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt
index acae032..1a72557 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.