Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:rfc

69     p_port->rfc.p_mcb = p_mcb;
110 tRFC_MCB *p_mcb = p_port->rfc.p_mcb;
131 tRFC_MCB *p_mcb = p_port->rfc.p_mcb;
152 tRFC_MCB *p_mcb = p_port->rfc.p_mcb;
175 if ((p_mcb == NULL) || (p_port->rfc.state == RFC_STATE_CLOSED))
211 if (p_port->rfc.p_mcb == p_mcb)
229 p_port->rfc.p_mcb = NULL;
272 if ((p_port->rfc.p_mcb == NULL)
273 || (p_port->rfc.p_mcb == p_mcb))
324 p_port->rfc.p_mcb = p_mcb;
532 RFCOMM_PortNegReq (p_port->rfc.p_mcb, p_port->dlci, NULL);
534 RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl);
607 RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl);
642 RFCOMM_ControlReq (p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl);
786 if (p_port->rfc.p_mcb == p_mcb)
812 if (p_port->rfc.p_mcb == p_mcb)
956 || (p_port->rfc.p_mcb != p_mcb)
957 || (p_port->rfc.state != RFC_STATE_OPENED))
998 while (!p_port->tx.peer_fc && p_port->rfcrfc.p_mcb->peer_ready)
1011 RFCOMM_DataReq (p_port->rfc.p_mcb, p_port->dlci, p_buf);
1048 tRFC_MCB *p_mcb = p_port->rfc.p_mcb;
1056 p_port->rfc.state = RFC_STATE_CLOSED;
1064 p_port->rfc.p_mcb = NULL;
1068 * if the server was on the initiating RFC
1096 p_port->rfc.state = RFC_STATE_CLOSED;