Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:PORT_EV_CONNECTED

478     if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
479 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
521 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
522 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
648 event |= (PORT_EV_CONNECTED & p_port->ev_mask);
699 event = (p_port->ev_mask & PORT_EV_CONNECTED);