nRF Connect SDK API 2.8.99
|
Holds the callback used for querying permission from the application to proceed when modem's state changes. Together with data set by the callback provider. More...
#include <nrf_provisioning.h>
Data Fields | |
nrf_provisioning_mmode_cb_t | cb |
void * | user_data |
Holds the callback used for querying permission from the application to proceed when modem's state changes. Together with data set by the callback provider.
cb | The callback function. |
user_data | Application-specific data to be fed to the callback once it is called. |