Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:PORT_EV_CONNECT_ERR

160   if (p_port->ev_mask & PORT_EV_CONNECT_ERR) events |= PORT_EV_CONNECT_ERR;
217 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR))
218 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx);
992 if (p_port->ev_mask & PORT_EV_CONNECT_ERR) events |= PORT_EV_CONNECT_ERR;