Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c43 static const char *result_code_strings[] = { variable
1863 return result_code_strings[PORT_ERR_MAX]; in PORT_GetResultString()
1866 return result_code_strings[result_code]; in PORT_GetResultString()