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

◆ suit_dfu_fetch_source_register()

int suit_dfu_fetch_source_register ( suit_dfu_fetch_source_request_fn  request_fn)

Register a fetch source.

Parameters
[in]request_fnFetch source callback function. The suit processor will iterate over registered callback functions when fetching based on a URI is needed.
Warning
Order of execution of callback functions is not guaranteed.
Returns
0 on success, negative error code otherwise.