nrfxlib API 2.8.99
|
int32_t sdc_init | ( | sdc_fault_handler_t | fault_handler | ) |
#include <softdevice_controller/include/sdc.h>
Initialize the SoftDevice Controller.
After this function is called, the application may use SoC APIs.
[in] | fault_handler | The fault handler will be executed when there is an internal error in the SoftDevice Controller. |
0 | Success |
-NRF_EINVAL | Invalid argument provided |
-NRF_EPERM | Unable to initialize because
|