From 2f51cade8194cc3abe5a9da634d4161fe2eec9a2 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 25 Sep 2013 12:34:07 +0300 Subject: [PATCH] doc: Add mgmt_set_advertising details to mgmt API --- doc/mgmt-api.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 1e450e42f..e4b0ce625 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -193,6 +193,7 @@ Read Controller Information Command 8 Basic Rate/Enhanced Data Rate 9 High Speed 10 Low Energy + 11 Advertising This command generates a Command Complete event on success or a Command Status event on failure. @@ -1224,6 +1225,27 @@ Set Device ID Command Invalid Index +Set Advertising Command +======================= + + Command Code: 0x0029 + Controller Index: + Command Parameters Advertising (1 Octet) + 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. + + This command generates a Command Complete event on success or a + Command Status event on failure. + + Possible errors: Busy + Rejected + Not Supported + Invalid Parameters + Invalid Index + Command Complete Event ====================== -- 2.47.3