nrfxlib API 2.8.99
|
int nrf_modem_bootloader_uuid | ( | struct nrf_modem_bootloader_uuid * | modem_uuid | ) |
#include <nrf_modem/include/nrf_modem_bootloader.h>
Read modem UUID data.
[out] | modem_uuid | Pointer to the buffer to store uuid data. |
0 | on success. |
-NRF_EINVAL | When modem_uuid pointer is NULL. |
-NRF_EOPNOTSUPP | If bootloader is not programmed. |
-NRF_EPERM | When modem did not accept RPC command. |
-NRF_ENOEXEC | When RPC command failed. |
-NRF_ETIMEDOUT | When modem did not respond. |
-NRF_EIO | When incorrect response received from modem. |