Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dhci_uart.h156 .hlen = HCI_ISO_HDR_SIZE, \
H A Dbtintel_pcie.c1241 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()
/linux/include/net/bluetooth/
H A Dhci.h3388 #define HCI_ISO_HDR_SIZE 4 macro
/linux/net/bluetooth/
H A Dhci_core.c3281 skb_push(skb, HCI_ISO_HDR_SIZE); in hci_add_iso_hdr()