Searched refs:HCI_SCO_HDR_SIZE (Results 1 – 5 of 5) sorted by relevance
142 .hlen = HCI_SCO_HDR_SIZE, \
296 if (len >= HCI_SCO_HDR_SIZE) { in bfusb_recv_block()298 pkt_len = HCI_SCO_HDR_SIZE + hdr->dlen; in bfusb_recv_block()
1219 if (skb->len >= HCI_SCO_HDR_SIZE) { in btintel_pcie_recv_frame() 1220 plen = HCI_SCO_HDR_SIZE + hci_sco_hdr(skb)->dlen; in btintel_pcie_recv_frame()
3261 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco() 3263 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()
3387 #define HCI_SCO_HDR_SIZE 3 macro