Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:p_callback

169     if ((p_port->p_callback != NULL) && events)
170 p_port->p_callback (events, p_port->inx);
231 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR))
232 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx);
477 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
478 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
520 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECTED))
521 (p_port->p_callback)(PORT_EV_CONNECTED, p_port->inx);
661 if (event && p_port->p_callback)
662 (p_port->p_callback)(event, p_port->inx);
705 if (event && p_port->p_callback)
706 (p_port->p_callback)(event, p_port->inx);
739 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event))
740 p_port->p_callback ((p_port->ev_mask & event), p_port->inx);
913 if (p_port->p_callback && events)
914 p_port->p_callback (events, p_port->inx);
969 if (p_port->p_callback && events)
970 (p_port->p_callback)(events, p_port->inx);
1087 if ((p_port->p_callback != NULL) && events)
1088 p_port->p_callback (events, p_port->inx);