Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:p_callback

285 **                  p_callback - address of the callback function which should
310 p_port->p_callback = p_port_cb;
346 ** p_callback - address of the callback function which should
382 ** p_callback - address of the callback function which should
841 if (p_port->p_callback && events)
843 p_port->p_callback (events, p_port->inx);
920 if (p_port->p_callback && events)
922 p_port->p_callback (events, p_port->inx);
1166 if ((p_port->p_callback != NULL) && events)
1167 (p_port->p_callback)(events, p_port->inx);
1378 if ((p_port->p_callback != NULL) && (p_port->ev_mask & PORT_EV_ERR))
1379 p_port->p_callback (PORT_EV_ERR, p_port->inx);
1463 if (p_port->p_callback && event)
1464 (p_port->p_callback)(event, p_port->inx);
1614 if (p_port->p_callback && event)
1615 (p_port->p_callback)(event, p_port->inx);
1740 if (p_port->p_callback && event)
1741 (p_port->p_callback)(event, p_port->inx);