--- doc/mgmt-api.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 87982e0..4fb8d92 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -1632,6 +1632,18 @@ Set Advertising Command The value 0x02 should be the preferred mode of operation when implementing peripheral mode. + To enable fast advertising interval, use value 0x02 as peripheral mode + when connectable or discoverable settings are disabled or limited + discoverable mode is enabled. As per core spec 4.1 section 9.3.11.2, + A peripheral device entering any of the following GAP modes and + sending either non-connectable advertising events or scannable + undirected advertising events should use adv_fast_interval2(100ms-150ms) + for adv_fast_period(30s). + - Non-Discoverable Mode + - Non-Connectable Mode + - Limited Discoverable Mode + - General Discoverable Mode + Using this command will temporarily deactivate any configuration made by the Add Advertising command. This command takes precedence. Once a Set Advertising command with value 0x00 is issued any -- 1.9.1