Lines Matching refs:p_mcb
140 tRFC_MCB* p_mcb = port_find_mcb(bd_addr); in RFCOMM_CreateConnection() local
141 if (p_mcb && !p_mcb->is_initiator && !is_server) { in RFCOMM_CreateConnection()
159 << (p_port->rfc.p_mcb ? p_port->rfc.p_mcb->state : 0) in RFCOMM_CreateConnection()
163 << ", p_mcb=" << p_mcb in RFCOMM_CreateConnection()
466 __func__, handle, p_port->in_use, p_port->state, p_port->rfc.p_mcb, in PORT_CheckConnection()
467 (p_port->rfc.p_mcb ? p_port->rfc.p_mcb->peer_ready : -1), in PORT_CheckConnection()
474 if (!p_port->rfc.p_mcb || !p_port->rfc.p_mcb->peer_ready || in PORT_CheckConnection()
479 *bd_addr = p_port->rfc.p_mcb->bd_addr; in PORT_CheckConnection()
480 if (p_lcid) *p_lcid = p_port->rfc.p_mcb->lcid; in PORT_CheckConnection()
510 if (port.rfc.p_mcb == &multiplexer_cb) { in PORT_IsOpening()
644 if (!p_port->rfc.p_mcb) { in PORT_FlowControl_MaxCredit()
650 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl_MaxCredit()
800 if (p_port->tx.peer_fc || !p_port->rfc.p_mcb || in port_write()
801 !p_port->rfc.p_mcb->peer_ready || in port_write()
821 (p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready), p_port->rfc.state, in port_write()
831 RFCOMM_DataReq(p_port->rfc.p_mcb, p_port->dlci, p_buf); in port_write()