doc/advertising-api: Add support for setting Secondary Channel
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 15 Feb 2019 09:15:28 +0000 (11:15 +0200)
committerhimanshu <h.himanshu@samsung.com>
Tue, 11 Feb 2020 08:57:47 +0000 (14:27 +0530)
This enables reading and setting the Secondary Channel/PHY supported
by the controller.

Change-Id: Id935400b376be31cefe18a9af93181b68d2e7ba3
Signed-off-by: himanshu <h.himanshu@samsung.com>
doc/advertising-api.txt

index cfce0f9..b0565ea 100755 (executable)
@@ -129,6 +129,15 @@ Properties string Type
                        Timeout of the advertisement in seconds. This defines
                        the lifetime of the advertisement.
 
+               string SecondaryChannel [Experimental]
+
+                       Secondary channel to be used. Primary channel is
+                       always set to "1M" except when "Coded" is set.
+
+                       Possible value: "1M" (default)
+                                       "2M"
+                                       "Coded"
+
 LE Advertising Manager hierarchy
 ================================
 
@@ -190,3 +199,13 @@ Properties byte ActiveInstances
                        Possible values: "tx-power"
                                         "appearance"
                                         "local-name"
+
+               array{string} SupportedSecondaryChannels [Experimental]
+
+                       List of supported Secondary channels. Secondary
+                       channels can be used to advertise with the
+                       corresponding PHY.
+
+                       Possible values: "1M"
+                                        "2M"
+                                        "Coded"