Home
last modified time | relevance | path

Searched refs:translate_error_function (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/
Dsmp.c40 smp_translate_error_fn translate_error_function = NULL; in smp_translate_error_code() local
42 translate_error_function = mgmt_find_error_translation_function(group); in smp_translate_error_code()
44 if (translate_error_function == NULL) { in smp_translate_error_code()
48 return translate_error_function(err); in smp_translate_error_code()