summaryrefslogtreecommitdiff
path: root/doc/advertising-api.txt
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-02-15 11:15:28 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-02-21 14:08:51 +0200
commit97c094bb00e8cd65f075b4edee628d3310203003 (patch)
treef88c1007e904f51d9e8ba46c36d554436984bc9c /doc/advertising-api.txt
parent4a219255437b1b5a63ea3e472281379ede6d793a (diff)
downloadbluez-97c094bb00e8cd65f075b4edee628d3310203003.tar.gz
doc/advertising-api: Add support for setting Secondary Channel
This enables reading and setting the Secondary Channel/PHY supported by the controller.
Diffstat (limited to 'doc/advertising-api.txt')
-rw-r--r--doc/advertising-api.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/advertising-api.txt b/doc/advertising-api.txt
index cfce0f9a3..b0565eab2 100644
--- a/doc/advertising-api.txt
+++ b/doc/advertising-api.txt
@@ -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"