Message ID | 20230405231111.2636523-3-luiz.dentz@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ,1/5] main.conf: Fix parsing of CSIS group | expand |
diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt index c6ee93450ee4..a0077843defd 100644 --- a/doc/advertising-api.txt +++ b/doc/advertising-api.txt @@ -224,6 +224,7 @@ Properties byte ActiveInstances Possible values: "tx-power" "appearance" "local-name" + "rsi" array{string} SupportedSecondaryChannels [Experimental]
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> This adds "rsi" as possible value to SupportedIncludes so when it is available it means client and set it on its Includes property so a proper RSI is generated and included as part of the Advertising Data. --- doc/advertising-api.txt | 1 + 1 file changed, 1 insertion(+)