This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Timeout for directed slow advertising

In the BLE advertising library, in SDK 11, is the timeout for directed slow advertising specified in seconds, or in number of tries?

Seconds would be more consistent with the timeouts on the other modes (directed fast, fast, slow). But the field on the struct specifically says "number of tries" in the comment:

typedef struct
{
    ...
    uint32_t ble_adv_directed_slow_timeout;   /**< Time-out (number of tries) for direct advertising. */
    ...
} ble_adv_modes_config_t;

If it really is number of tries, then how many seconds is does each "try" last for?

Related