nRF Connect SDK API 2.8.99
|
Functions which needs to be supported by all DFU targets. More...
#include <dfu_target.h>
Data Fields | |
int(* | init )(size_t file_size, int img_num, dfu_target_callback_t cb) |
int(* | offset_get )(size_t *offset) |
int(* | write )(const void *const buf, size_t len) |
int(* | done )(bool successful) |
int(* | schedule_update )(int img_num) |
int(* | reset )() |
Functions which needs to be supported by all DFU targets.