Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Dport_rfc.c161 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) { in port_start_close()
162 events |= PORT_EV_CONNECT_ERR; in port_start_close()
228 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) { in PORT_StartCnf()
229 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx); in PORT_StartCnf()
1089 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) { in port_rfc_closed()
1090 events |= PORT_EV_CONNECT_ERR; in port_rfc_closed()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h146 #define PORT_EV_CONNECT_ERR 0x00008000 /* Was not able to establish connection */ macro
158 PORT_EV_ERR | PORT_EV_RING | PORT_EV_CONNECT_ERR | \