nRF Connect SDK API 2.8.99
|
suit_ssf_err_t suit_get_supported_manifest_roles | ( | suit_manifest_role_t * | roles, |
size_t * | size ) |
Get an array of supported manifest roles.
[out] | roles | Array of structures containing manifest roles. |
[in,out] | size | As input - maximal amount of elements an array can hold, as output - amount of stored elements. |
SUIT_PLAT_SUCCESS | if successful. |
SUIT_PLAT_ERR_INVAL | if input parameters are invalid. |
SUIT_PLAT_ERR_SIZE | if the input array is too small to store all information. |
SUIT_PLAT_ERR_IPC | in case of SSF protocol error. |