Lines Matching refs:rfc
69 p_port->rfc.p_mcb = p_mcb; in port_open_continue()
105 tRFC_MCB* p_mcb = p_port->rfc.p_mcb; in port_start_control()
123 tRFC_MCB* p_mcb = p_port->rfc.p_mcb; in port_start_par_neg()
142 tRFC_MCB* p_mcb = p_port->rfc.p_mcb; in port_start_close()
165 if ((p_mcb == NULL) || (p_port->rfc.state == RFC_STATE_CLOSED)) { in port_start_close()
194 if (p_port->rfc.p_mcb == p_mcb) { in PORT_StartCnf()
252 if ((p_port->rfc.p_mcb == NULL) || (p_port->rfc.p_mcb == p_mcb)) { in PORT_StartInd()
301 p_port->rfc.p_mcb = p_mcb; in PORT_ParNegInd()
501 RFCOMM_PortParameterNegotiationRequest(p_port->rfc.p_mcb, p_port->dlci, in PORT_DlcEstablishCnf()
504 RFCOMM_ControlReq(p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl); in PORT_DlcEstablishCnf()
568 RFCOMM_ControlReq(p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl); in PORT_PortNegCnf()
598 RFCOMM_ControlReq(p_port->rfc.p_mcb, p_port->dlci, &p_port->local_ctrl); in PORT_ControlInd()
719 if (p_port->rfc.p_mcb == p_mcb) { in PORT_CloseInd()
742 if (p_port->rfc.p_mcb == p_mcb) { in Port_TimeOutCloseMux()
867 if (!p_port->in_use || (p_port->rfc.p_mcb != p_mcb) || in PORT_FlowInd()
868 (p_port->rfc.state != RFC_STATE_OPENED)) in PORT_FlowInd()
905 while (!p_port->tx.peer_fc && p_port->rfc.p_mcb && in port_rfc_send_tx_data()
906 p_port->rfc.p_mcb->peer_ready) { in port_rfc_send_tx_data()
919 RFCOMM_DataReq(p_port->rfc.p_mcb, p_port->dlci, p_buf); in port_rfc_send_tx_data()
952 tRFC_MCB* p_mcb = p_port->rfc.p_mcb; in port_rfc_closed()
959 p_port->rfc.state = RFC_STATE_CLOSED; in port_rfc_closed()
966 p_port->rfc.p_mcb = NULL; in port_rfc_closed()
997 p_port->rfc.state = RFC_STATE_CLOSED; in port_rfc_closed()