Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dh4_recv.h43 .hlen = HCI_ISO_HDR_SIZE, \
H A Dhci_uart.h159 .hlen = HCI_ISO_HDR_SIZE, \
H A Dbtmtk.c1083 hci_skb_expect(skb) = HCI_ISO_HDR_SIZE; in btmtk_recv_isopkt()
1093 if (skb->len == HCI_ISO_HDR_SIZE) { in btmtk_recv_isopkt()
H A Dbtintel_pcie.c665 if (skb->len >= HCI_ISO_HDR_SIZE) { in btintel_pcie_recv_frame()
666 plen = HCI_ISO_HDR_SIZE + __le16_to_cpu(hci_iso_hdr(skb)->dlen); in btintel_pcie_recv_frame()
/linux/net/bluetooth/
H A Dhci_core.c3252 skb_push(skb, HCI_ISO_HDR_SIZE); in hci_add_iso_hdr()