nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_modem_bootloader_uuid()

#include <nrf_modem/include/nrf_modem_bootloader.h>

Read modem UUID data.

Parameters
[out]modem_uuidPointer to the buffer to store uuid data.
Return values
0on success.
-NRF_EINVALWhen modem_uuid pointer is NULL.
-NRF_EOPNOTSUPPIf bootloader is not programmed.
-NRF_EPERMWhen modem did not accept RPC command.
-NRF_ENOEXECWhen RPC command failed.
-NRF_ETIMEDOUTWhen modem did not respond.
-NRF_EIOWhen incorrect response received from modem.