Re: [RFC 1/3] adapter-api: Add Experimental property
From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Date: 2021-08-17 23:46:49
Hi Marcel, On Mon, Aug 16, 2021 at 6:02 PM Luiz Augusto von Dentz [off-list ref] wrote:
quoted hunk ↗ jump to hunk
From: Luiz Augusto von Dentz <redacted> This adds Experimental property which indicates what experimental features are currently enabled. --- doc/adapter-api.txt | 5 +++++ 1 file changed, 5 insertions(+)diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 464434a81..13e904425 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt@@ -335,3 +335,8 @@ Properties string Address [readonly] "peripheral": Supports the peripheral role. "central-peripheral": Supports both roles concurrently. + + array{string} Experimental [readonly, optional] + + List of 128-bit UUIDs that represents the experimental + features currently enabled. --2.31.1
Any feedback on this, by design this would only appear when experimental is enabled (either via main.conf or using -E), the intention is to have a common way to expose to application a certain experimental feature is enabled. -- Luiz Augusto von Dentz