Home | History | Annotate | Download | only in rfcomm

Lines Matching full:p_callback

170     if ((p_port->p_callback != NULL) && events)
171 p_port->p_callback (events, p_port->inx);
232 if (p_port->p_callback && (p_port->ev_mask & PORT_EV_CONNECT_ERR))
233 (p_port->p_callback)(PORT_EV_CONNECT_ERR, p_port->inx);
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);
663 if (event && p_port->p_callback)
664 (p_port->p_callback)(event, p_port->inx);
708 if (event && p_port->p_callback)
709 (p_port->p_callback)(event, p_port->inx);
742 if ((p_port->p_callback != NULL) && (p_port->ev_mask & event))
743 p_port->p_callback ((p_port->ev_mask & event), p_port->inx);
916 if (p_port->p_callback && events)
917 p_port->p_callback (events, p_port->inx);
972 if (p_port->p_callback && events)
973 (p_port->p_callback)(events, p_port->inx);
1090 if ((p_port->p_callback != NULL) && events)
1091 p_port->p_callback (events, p_port->inx);