Searched refs:acl_buf (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dbt-hci.c35 uint8_t acl_buf[4096]; member in struct:bt_hci_s
1976 struct hci_acl_hdr *pkt = (void *) hci->acl_buf;
1981 if (len + HCI_ACL_HDR_SIZE > sizeof(hci->acl_buf)) {
1986 memcpy(hci->acl_buf + HCI_ACL_HDR_SIZE, data, len);
1992 hci->acl_buf, len + HCI_ACL_HDR_SIZE);

Completed in 28 milliseconds