Message ID | 20230307222422.2608483-4-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5bac4cddb191c8ce28ca40747b5d7b0247ae504c |
Headers | show |
Series | [RFC,v2,01/12] shared/crypto: Add bt_crypto_sirk | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
diff --git a/doc/device-api.txt b/doc/device-api.txt index 628accb8a572..e4a8d3c5af33 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -281,3 +281,13 @@ Properties string Address [readonly] Example: <Transport Discovery> <Organization Flags...> 0x26 0x01 0x01... + + array{object, dict} Sets [readonly, experimental] + + The object paths of the sets the device belongs to + followed by a dictionary which can contain the + following: + + byte Rank: + + Rank of the device in the Set.
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This adds Set property so clients are able to identify when a device belongs to a set. --- doc/device-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+)