2021-03-16 23:27:01

by Daniel Winkler

[permalink] [raw]
Subject: [Bluez PATCH v4 3/3] doc/advertising-api: Add adv SupportedFeatures to doc

Add supported features to advertising dbus api.

Reviewed-by: Miao-chen Chou <[email protected]>
---

Changes in v4: None
Changes in v3:
- Rebased onto master

Changes in v2:
- Doc: Expect empty SupportedFeatures if no support available

doc/advertising-api.txt | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)

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.
--
2.31.0.rc2.261.g7f71774620-goog