Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dh4_recv.h43 .hlen = HCI_ISO_HDR_SIZE, \
H A Dhci_uart.h160 .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.c1029 if (skb->len >= HCI_ISO_HDR_SIZE) { in btintel_pcie_recv_frame()
1030 plen = HCI_ISO_HDR_SIZE + __le16_to_cpu(hci_iso_hdr(skb)->dlen); in btintel_pcie_recv_frame()
/linux-6.15/include/net/bluetooth/
H A Dhci.h2895 #define HCI_ISO_HDR_SIZE 4 macro
/linux-6.15/net/bluetooth/
H A Dhci_core.c3259 skb_push(skb, HCI_ISO_HDR_SIZE); in hci_add_iso_hdr()