nRF Connect SDK API 2.8.99
|
int dfu_target_write | ( | const void *const | buf, |
size_t | len ) |
#include <include/dfu/dfu_target.h>
Write the given buffer to the initialized DFU target.
[in] | buf | A buffer of bytes which contains part of a binary firmware image. |
[in] | len | The length of the provided buffer. |