nrfxlib API 2.8.99
|
int32_t sdc_build_revision_get | ( | uint8_t * | p_build_revision | ) |
#include <softdevice_controller/include/sdc.h>
Obtain build revision string.
The application must provide a buffer that is at least SDC_BUILD_REVISION_SIZE bytes long. The SoftDevice Controller will copy the build revision string to the provided buffer.
[in,out] | p_build_revision | Build revision. |
0 | Success |
-NRF_EINVAL | Invalid argument provided |