![]() |
nRF Connect SDK API 3.3.99
|
| int nrf_provisioning_trigger_manually | ( | void | ) |
#include <include/net/nrf_provisioning.h>
Start provisioning immediately.
Triggers an immediate provisioning attempt, bypassing any scheduled intervals. This function returns immediately; the actual provisioning process is asynchronous and status is reported through the registered callback function.
The provisioning process includes:
| 0 | on success (provisioning started). |
| -EFAULT | if the library is not initialized. |