nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ dfu_target_custom_write()

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.

Parameters
[in]bufPointer to the buffer containing the data to be written.
[in]lenLength of the data to be written.
Return values
0on success, negative errno code on failure.