Home | History | Annotate | Download | only in rfcomm

Lines Matching defs:p_mcb

116     tRFC_MCB   *p_mcb = port_find_mcb (bd_addr);
135 if (p_mcb && !p_mcb->is_initiator && !is_server)
139 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p",
140 scn, dlci, is_server, mtu, p_mcb);
150 p_port->state, p_port->rfc.state, p_port->rfc.p_mcb ? p_port->rfc.p_mcb->state : 0);
160 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p, p_port:%p",
161 scn, dlci, is_server, mtu, p_mcb, p_port);
516 if (!p_port->rfc.p_mcb
517 || !p_port->rfc.p_mcb->peer_ready
523 memcpy (bd_addr, p_port->rfc.p_mcb->bd_addr, BD_ADDR_LEN);
525 *p_lcid = p_port->rfc.p_mcb->lcid;
544 tRFC_MCB *p_mcb = NULL;
561 p_mcb = &rfc_cb.port.rfc_mcb[xx];
566 if (p_port->rfc.p_mcb == p_mcb)
840 if (!p_port->rfc.p_mcb)
847 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
919 if (!p_port->rfc.p_mcb)
926 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
1075 if (!p_port->rfc.p_mcb)
1080 RFCOMM_LineStatusReq (p_port->rfc.p_mcb, p_port->dlci, errors);
1400 || !p_port->rfc.p_mcb
1401 || !p_port->rfc.p_mcb->peer_ready
1422 (p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready),
1435 RFCOMM_DataReq (p_port->rfc.p_mcb, p_port->dlci, p_buf);
1830 rfc_send_test (p_port->rfc.p_mcb, TRUE, p_buf);