Searched refs:HCI_ISO_HDR_SIZE (Results 1 – 4 of 4) sorted by relevance
156 .hlen = HCI_ISO_HDR_SIZE, \
1241 if (skb->len >= HCI_ISO_HDR_SIZE) { in btintel_pcie_recv_frame() 1242 plen = HCI_ISO_HDR_SIZE + __le16_to_cpu(hci_iso_hdr(skb)->dlen); in btintel_pcie_recv_frame()
3388 #define HCI_ISO_HDR_SIZE 4 macro
3281 skb_push(skb, HCI_ISO_HDR_SIZE); in hci_add_iso_hdr()