Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:rfc

164     for (i = 0, j = rfc_cb.rfc.last_mux + 1; i < MAX_BD_CONNECTIONS; i++, j++)
184 rfc_cb.rfc.last_mux = (UINT8) j;
218 ** Description Start RFC Timer
237 ** Description Stop RFC Timer
252 ** Description Start RFC Timer
257 TIMER_LIST_ENT *p_tle = &p_port->rfc.tle;
271 ** Description Stop RFC Timer
278 btu_stop_timer (&p_port->rfc.tle);
361 || ((p_port->rfc.state != RFC_STATE_ORIG_WAIT_SEC_CHECK)
362 && (p_port->rfc.state != RFC_STATE_TERM_WAIT_SEC_CHECK)))
382 tRFC_MCB *p_mcb = p_port->rfc.p_mcb;
388 p_port->rfc.state = RFC_STATE_CLOSED;
399 /* Notify port that RFC connection is gone */
416 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
423 PORT_FlowInd(p_port->rfc.p_mcb, p_port->dlci, TRUE);
440 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)