nrfxlib API 2.8.99
|
int nrf_modem_delta_dfu_uuid | ( | struct nrf_modem_delta_dfu_uuid * | modem_uuid | ) |
#include <nrf_modem/include/nrf_modem_delta_dfu.h>
Retrieve the modem firmware UUID.
modem_uuid | Modem firmware UUID. |
0 | On success. |
-NRF_EPERM | The Modem library is not initialized. |
-NRF_ENOMEM | Not enough shared memory for this request. |
-NRF_EFAULT | If modem_uuid is NULL. |
-NRF_ESHUTDOWN | Modem was shut down. |