nrfxlib API 2.8.99
|
int nrf_modem_delta_dfu_write | ( | const void * | src, |
size_t | len ) |
#include <nrf_modem/include/nrf_modem_delta_dfu.h>
Write bytes from a delta patch to the modem DFU area.
src | Firmware update bytes. |
len | Length of data being written. |
0 | On success. |
-NRF_EPERM | The Modem library is not initialized. |
-NRF_EFAULT | If src is NULL. |
-NRF_EINVAL | If len is zero. |
-NRF_ENOMEM | Not enough shared memory for this request. |
-NRF_ESHUTDOWN | Modem was shut down. |