![]() |
nRF Connect SDK API 3.3.99
|
| int dfu_target_custom_write | ( | const void *const | buf, |
| size_t | len ) |
#include <include/dfu/dfu_target_custom.h>
Write data to the custom DFU target.
| [in] | buf | Pointer to the buffer containing the data to be written. |
| [in] | len | Length of the data to be written. |
| 0 | on success, negative errno code on failure. |