From c88e27ffd0e2a909e2cdc0fe41f5739ba585b701 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Tue, 16 Mar 2021 16:22:17 -0700 Subject: [PATCH] doc/advertising-api: Add adv SupportedFeatures to doc Add supported features to advertising dbus api. Reviewed-by: Miao-chen Chou Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- doc/advertising-api.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt index 541c570..6c0e523 100755 --- a/doc/advertising-api.txt +++ b/doc/advertising-api.txt @@ -257,3 +257,21 @@ Properties byte ActiveInstances int16 MaxTxPower Max advertising tx power (dBm) + + array{string} SupportedFeatures [readonly,optional,Experimental] + + List of supported platform features. If no features + are available on the platform, the SupportedFeatures + array will be empty. + + Possible values: "CanSetTxPower" + + Indicates whether platform can + specify tx power on each + advertising instance. + + "HardwareOffload" + + Indicates whether multiple + advertising will be offloaded + to the controller. -- 2.7.4