From 662be18f68535ffa57ab90368d9bbf273bd7824b Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Tue, 16 Mar 2021 15:49:57 -0700 Subject: [PATCH] doc/mgmt-api: Update documentation for scan_rsp param flag This patch adds the new scannable flag to the Add Extended Advertising Parameters MGMT API documentation. Reviewed-by: Alain Michaud Reviewed-by: Sonny Sasaka Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- doc/mgmt-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 0e67b41..8bbf0ef 100755 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -3694,6 +3694,7 @@ Add Extended Advertising Parameters Command 13 The Timeout parameter should be used 14 The Interval parameters should be used 15 The Tx Power parameter should be used + 16 The advertisement will contain a scan response When the connectable flag is set, then the controller will use undirected connectable advertising. The value of the connectable @@ -3770,6 +3771,10 @@ Add Extended Advertising Parameters Command chosen by the controller. If the requested Tx Power is outside the valid range, the registration will fail. + When flag bit 16 is enabled, it indicates that the subsequent request + to set advertising data will contain a scan response, and that the + parameters should set a PDU type that is scannable. + Re-adding an already existing instance (i.e. issuing the Add Extended Advertising Parameters command with an Instance identifier of an existing instance) will update that instance's configuration. In this -- 2.7.4