Lines Matching full:acl_buf
33 uint8_t acl_buf[4096];1973 struct hci_acl_hdr *pkt = (void *) hci->acl_buf;1978 if (len + HCI_ACL_HDR_SIZE > sizeof(hci->acl_buf)) {1983 memcpy(hci->acl_buf + HCI_ACL_HDR_SIZE, data, len);1989 hci->acl_buf, len + HCI_ACL_HDR_SIZE);