nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ dfu_target_full_modem_init()

int dfu_target_full_modem_init ( size_t  file_size,
int  img_num,
dfu_target_callback_t  callback 
)

#include <include/dfu/dfu_target_full_modem.h>

Initialize dfu target, perform steps necessary to receive firmware.

Parameters
[in]file_sizeSize of the current file being downloaded.
[in]img_numImage pair index. The value is not used currently.
[in]callbackNot in use. In place to be compatible with DFU target API.
Return values
0If successful, negative errno otherwise.