Message ID | 20200421204722.195637-1-alainm@chromium.org |
---|---|
State | New |
Headers | show |
Series | [BlueZ,v2] doc:Adding LESupportedRoles property | expand |
diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index acae032d9..f76e1e910 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} LERoles [readonly] + + List of supported LE roles. Possible values: + "central" - Supports the central role. + "peripheral" - Supports the peripheral role. + "central-peripheral" - Supports both roles + concurrently.