Home | History | Annotate | Download | only in rfcomm

Lines Matching refs:rfc_cb

65     tPORT  *p_port = &rfc_cb.port.port[0];
68 for (xx = 0, yy = rfc_cb.rfc.last_port + 1; xx < MAX_RFC_PORTS; xx++, yy++)
73 p_port = &rfc_cb.port.port[yy];
87 rfc_cb.rfc.last_port = yy;
88 RFCOMM_TRACE_DEBUG3("rfc_cb.port.port[%d]:%p allocated, last_port:%d", yy, p_port, rfc_cb.rfc.last_port);
288 if ((rfc_cb.port.rfc_mcb[i].state != RFC_MX_STATE_IDLE)
289 && !memcmp (rfc_cb.port.rfc_mcb[i].bd_addr, bd_addr, BD_ADDR_LEN))
294 RFCOMM_TRACE_DEBUG3("port_find_mcb: rfc_cb.port.rfc_mcb:index:%d, %p, lcid:%d",
295 i, &rfc_cb.port.rfc_mcb[i], rfc_cb.port.rfc_mcb[i].lcid);
296 return (&rfc_cb.port.rfc_mcb[i]);
334 return (&rfc_cb.port.port[inx - 1]);
354 p_port = &rfc_cb.port.port[i];
389 p_port = &rfc_cb.port.port[i];