Diff between 83b702c620cda179e9400d14143a87428791bc26 and 0978ffbd6fe4f0402e709b8588899aabab802c6b

Changed Files

File Additions Deletions Status
doc/mgmt-api.txt +7 -2 modified

Full Patch

diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt
index 3d79449..f53e893 100644
--- a/doc/mgmt-api.txt
+++ b/doc/mgmt-api.txt
@@ -1235,8 +1235,12 @@ Set Advertising Command
 	Return Parameters:	Current_Settings (4 Octets)
 
 	This command is used to enable LE advertising on a controller
-	that supports it. A pre-requisite is that LE is already enabled,
-	otherwise command will return a "rejected" response.
+	that supports it. The allowed values for the Advertising
+	command parameter are 0x00 and 0x01. All other values will
+	return Invalid Parameters.
+
+	A pre-requisite is that LE is already enabled, otherwise
+	this command will return a "rejected" response.
 
 	This command generates a Command Complete event on success or a
 	Command Status event on failure.
@@ -1247,6 +1251,7 @@ Set Advertising Command
 				Invalid Parameters
 				Invalid Index
 
+
 Command Complete Event
 ======================