nRF Connect SDK API 2.8.99
|
int suit_dfu_fetch_source_write_fetched_data | ( | uint32_t | session_id, |
const uint8_t * | data, | ||
size_t | len ) |
Passes the fetched data to the SUIT processor.
This function shall only be called from inside a suit_dfu_fetch_source_request_fn callback.
[in] | session_id | Session id, the same which was passed to the session_id parameter of the suit_dfu_fetch_source_request_fn callback. |
[in] | data | Pointer to the data to write. |
[in] | len | Length of the data to write. |