Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h653 extern const char *PORT_GetResultString (const uint8_t result_code);
/system/bt/stack/rfcomm/
Dport_api.c1862 const char *PORT_GetResultString (const uint8_t result_code) { in PORT_GetResultString() argument
1863 if (result_code > PORT_ERR_MAX) { in PORT_GetResultString()
1867 return result_code_strings[result_code]; in PORT_GetResultString()