![]() |
nRF Connect SDK API 3.3.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. |