Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:rfc

68     for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++)
87 rfc_cb.rfc.last_port = yy;
88 RFCOMM_TRACE_DEBUG("rfc_cb.port.port[%d]:%p allocated, last_port:%d", yy, p_port, rfc_cb.rfc.last_port);
230 if (p_port->rfc.state == RFC_STATE_CLOSED)
233 if (p_port->rfc.p_mcb)
235 p_port->rfc.p_mcb->port_inx[p_port->dlci] = 0;
238 rfc_check_mcb_active (p_port->rfc.p_mcb);
258 p_port->rfc.p_mcb = NULL;
356 if (p_port->in_use && (p_port->rfc.p_mcb == NULL))
420 || !p_port->rfc.p_mcb
421 || !p_port->rfc.p_mcb->peer_ready
496 rfc.p_mcb)
500 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
522 rfc_send_credit(p_port->rfc.p_mcb, p_port->dlci,
561 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, TRUE);
571 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, FALSE);
582 RFCOMM_FlowReq (p_port->rfc.p_mcb, p_port->dlci, FALSE);