Home | History | Annotate | Download | only in l2cap

Lines Matching refs:p_hcit_rcv_acl

1541         if (p_lcb->p_hcit_rcv_acl)
1544 GKI_freebuf (p_lcb->p_hcit_rcv_acl);
1545 p_lcb->p_hcit_rcv_acl = NULL;
1551 p_lcb->p_hcit_rcv_acl = p_return_buf;
1558 if (p_lcb->p_hcit_rcv_acl)
1561 BT_HDR *p_base_buf = p_lcb->p_hcit_rcv_acl;
1571 p_return_buf = p_lcb->p_hcit_rcv_acl; /* CR419: return base buffer */
1601 p_lcb->p_hcit_rcv_acl->len, total_len, hci_len);
1603 GKI_freebuf (p_lcb->p_hcit_rcv_acl);
1604 p_lcb->p_hcit_rcv_acl = NULL;
1643 if (((p_lcb = l2cb.p_cur_hcit_lcb) == NULL) || ((p_buf = p_lcb->p_hcit_rcv_acl) == NULL))
1658 p_lcb->p_hcit_rcv_acl = NULL;