nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_adv_restart_without_allow_list()

uint32_t ble_adv_restart_without_allow_list ( struct ble_adv * ble_adv)

#include <ble_adv.h>

Restart advertising without allow list.

This function temporarily disables allow list advertising. Calling this function resets the current time-out countdown.

Parameters
[in]ble_advAdvertising Module instance.
Return values
NRF_SUCCESSOn success.
NRF_ERROR_INVALID_STATELibrary is not initialized.
NRF_ERROR_NULLble_adv is NULL.
NRF_ERROR_INVALID_PARAMInvalid advertising parameters.