Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Dport_rfc.cc156 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) events |= PORT_EV_CONNECT_ERR; in port_start_close()
213 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR)) { in PORT_StartCnf()
214 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->handle); in PORT_StartCnf()
988 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) events |= PORT_EV_CONNECT_ERR; in port_rfc_closed()
/system/bt/stack/include/
Dport_api.h109 #define PORT_EV_CONNECT_ERR 0x00008000 macro