From 898d6d5996d7732804fac659a668de4dafab60b1 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 16 Aug 2021 16:20:10 -0700 Subject: [PATCH] adapter-api: Add ExperimentalFeatures property This adds ExperimentalFeatures property which indicates what experimental features are currently enabled. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- doc/adapter-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index a1ea15a..552a97c 100755 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -496,6 +496,11 @@ Properties string Address [readonly] "central-peripheral": Supports both roles concurrently. + array{string} ExperimentalFeatures [readonly, optional] + + List of 128-bit UUIDs that represents the experimental + features currently enabled. + #ifdef TIZEN_FEATURE_BLUEZ_MODIFY boolean LEDiscovering [readonly] -- 2.7.4