Home
last modified time | relevance | path

Searched refs:HCI_ACL_HDR_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/bluetooth/
H A Dhci_uart.h135 .hlen = HCI_ACL_HDR_SIZE, \
H A Dbfusb.c286 if (len >= HCI_ACL_HDR_SIZE) { in bfusb_recv_block()
288 pkt_len = HCI_ACL_HDR_SIZE + __le16_to_cpu(hdr->dlen); in bfusb_recv_block()
H A Dbtintel_pcie.c1208 if (skb->len >= HCI_ACL_HDR_SIZE) { in btintel_pcie_recv_frame()
1209 plen = HCI_ACL_HDR_SIZE + __le16_to_cpu(hci_acl_hdr(skb)->dlen); in btintel_pcie_recv_frame()
/linux/include/net/bluetooth/
H A Dhci.h3386 #define HCI_ACL_HDR_SIZE 4 macro
/linux/net/bluetooth/
H A Dhci_core.c3178 skb_push(skb, HCI_ACL_HDR_SIZE); in hci_add_acl_hdr()