nRF Connect SDK API 2.8.99
|
int dfu_target_mcuboot_init | ( | size_t | file_size, |
int | img_num, | ||
dfu_target_callback_t | cb ) |
#include <include/dfu/dfu_target_mcuboot.h>
Initialize dfu target, perform steps necessary to receive firmware.
[in] | file_size | Size of the current file being downloaded. |
[in] | img_num | Image pair index. |
[in] | cb | Callback for signaling events(unused). |
0 | If successful, negative errno otherwise. |