nrfxlib API 2.8.99
|
int32_t sdc_rand_source_register | ( | const sdc_rand_source_t * | rand_source | ) |
#include <softdevice_controller/include/sdc_soc.h>
Pass a source of randomness to the SoftDevice Controller.
The SoftDevice Controller will use the function pointers provided in this function call to get random numbers.
[in] | rand_source | A table of function pointers to obtain random numbers |
0 | Success |