![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| 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.
| [in] | ble_adv | Advertising Module instance. |
| NRF_SUCCESS | On success. |
| NRF_ERROR_INVALID_STATE | Library is not initialized. |
| NRF_ERROR_NULL | ble_adv is NULL. |
| NRF_ERROR_INVALID_PARAM | Invalid advertising parameters. |