Diff between 0b8e166fd8a93ce455e2501112f31d3426ae723c and 2af9ef2fa0a3aee7bbeb7fd2c10205dd5fcfd2d3

Changed Files

File Additions Deletions Status
doc/advertising-api.txt +18 -0 modified

Full Patch

diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt
index 541c570..6c0e523 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.