HomeSort by relevance Sort by last modified time
    Searched refs:pending_lcid (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/rfcomm/
rfc_l2cap_if.cc 95 p_mcb->pending_lcid = lcid;
106 p_mcb->lcid, p_mcb->pending_lcid);
146 if (p_mcb->pending_lcid) {
152 p_mcb->pending_lcid);
157 p_mcb->lcid = p_mcb->pending_lcid;
180 p_mcb->pending_lcid);
184 L2CA_ConnectRsp(p_mcb->bd_addr, p_mcb->pending_id, p_mcb->pending_lcid,
187 p_mcb->pending_lcid = 0;
rfc_mx_fsm.cc 219 if (p_mcb->pending_lcid) {
229 p_mcb->lcid = p_mcb->pending_lcid;
380 if (p_mcb->pending_lcid) {
381 p_mcb->pending_lcid = 0;
port_int.h 108 pending_lcid; /* store LCID for incoming connection while connecting */ member in struct:__anon2509

Completed in 48 milliseconds