Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c221 p_port->error = PORT_START_FAILED; in PORT_StartCnf()
233 p_port->p_mgmt_callback (PORT_START_FAILED, p_port->inx, NULL); in PORT_StartCnf()
518 p_port->error = PORT_START_FAILED; in PORT_DlcEstablishCnf()
519 port_rfc_closed (p_port, PORT_START_FAILED); in PORT_DlcEstablishCnf()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h181 #define PORT_START_FAILED (PORT_ERR_BASE + 12) macro