Searched refs:HCI_SCO_HDR_SIZE (Results 1 – 8 of 8) sorted by relevance
29 .hlen = HCI_SCO_HDR_SIZE, \
134 .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()
266 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
428 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
795 hci_skb_expect(skb) = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()805 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
4250 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()4252 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()4776 skb_pull(skb, HCI_SCO_HDR_SIZE); in hci_scodata_packet()
2463 #define HCI_SCO_HDR_SIZE 3 macro