From a5616cfec0cb586281fe303346345c3a7d98e82e Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 16 Aug 2021 16:20:10 -0700 Subject: adapter-api: Add ExperimentalFeatures property This adds ExperimentalFeatures property which indicates what experimental features are currently enabled. --- doc/adapter-api.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index 464434a81..490608e8d 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} ExperimentalFeatures [readonly, optional] + + List of 128-bit UUIDs that represents the experimental + features currently enabled. -- cgit v1.2.1