Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dport_api.h423 extern const char* PORT_GetResultString(const uint8_t result_code);
/system/bt/stack/rfcomm/
Dport_api.cc1132 const char* PORT_GetResultString(const uint8_t result_code) { in PORT_GetResultString() function
Dport_rfc.cc1002 << ", reason=" << PORT_GetResultString(res) << "[" in port_rfc_closed()