summaryrefslogtreecommitdiff
path: root/doc/advertising-api.txt
diff options
context:
space:
mode:
authorDaniel Winkler <danielwinkler@google.com>2021-03-16 16:22:17 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-03-17 11:30:27 -0700
commit2af9ef2fa0a3aee7bbeb7fd2c10205dd5fcfd2d3 (patch)
tree4fd71ed8011c25859b09bc74b0c177c6892e9f4b /doc/advertising-api.txt
parent0b8e166fd8a93ce455e2501112f31d3426ae723c (diff)
downloadbluez-2af9ef2fa0a3aee7bbeb7fd2c10205dd5fcfd2d3.tar.gz
doc/advertising-api: Add adv SupportedFeatures to doc
Add supported features to advertising dbus api. Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
Diffstat (limited to 'doc/advertising-api.txt')
-rw-r--r--doc/advertising-api.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt
index 541c57004..6c0e52358 100644
--- 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.