Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:p_mcb

84     tRFC_MCB   *p_mcb = port_find_mcb (bd_addr);
101 if (p_mcb && !p_mcb->is_initiator && !is_server)
105 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p",
106 scn, dlci, is_server, mtu, p_mcb);
116 p_port->state, p_port->rfc.state, p_port->rfc.p_mcb ? p_port->rfc.p_mcb->state : 0);
126 RFCOMM_TRACE_API("RFCOMM_CreateConnection(): scn:%d, dlci:%d, is_server:%d mtu:%d, p_mcb:%p, p_port:%p",
127 scn, dlci, is_server, mtu, p_mcb, p_port);
480 if (!p_port->rfc.p_mcb
481 p_mcb->peer_ready
487 memcpy (bd_addr, p_port->rfc.p_mcb->bd_addr, BD_ADDR_LEN);
489 *p_lcid = p_port->rfc.p_mcb->lcid;
508 tRFC_MCB *p_mcb = NULL;
525 p_mcb = &rfc_cb.port.rfc_mcb[xx];
530 if (p_port->rfc.p_mcb == p_mcb)
804 if (!p_port->rfc.p_mcb)
811 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
883 if (!p_port->rfc.p_mcb)
890 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT)
1039 if (!p_port->rfc.p_mcb)
1044 RFCOMM_LineStatusReq (p_port->rfc.p_mcb, p_port->dlci, errors);
1364 || !p_port->rfc.p_mcb
1365 || !p_port->rfc.p_mcb->peer_ready
1386 (p_port->rfc.p_mcb && p_port->rfc.p_mcb->peer_ready),
1399 RFCOMM_DataReq (p_port->rfc.p_mcb, p_port->dlci, p_buf);
1795 rfc_send_test (p_port->rfc.p_mcb, TRUE, p_buf);