pub unsafe extern "C" fn nrf_modem_bootloader_uuid(
    modem_uuid: *mut nrf_modem_bootloader_uuid
) -> c_int
Expand description

Read modem UUID data.

  • modem_uuid - Pointer to the buffer to store uuid data.

Returns 0 on success. Returns -NRF_EINVAL When modem_uuid pointer is NULL. Returns -NRF_EOPNOTSUPP If bootloader is not programmed. Returns -NRF_EPERM When modem did not accept RPC command. Returns -NRF_ENOEXEC When RPC command failed. Returns -NRF_ETIMEDOUT When modem did not respond. Returns -NRF_EIO When incorrect response received from modem.