Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_rfcomm_port_api.cc30 const char* PORT_GetResultString(const uint8_t /* result_code */) { in PORT_GetResultString() function
/packages/modules/Bluetooth/system/stack/include/
Dport_api.h470 [[nodiscard]] const char* PORT_GetResultString(const uint8_t result_code);
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_rfc.cc1031 p_port->handle, p_port->state, PORT_GetResultString(res), res, in port_rfc_closed()
Dport_api.cc1131 const char* PORT_GetResultString(const uint8_t result_code) { in PORT_GetResultString() function