Searched refs:HCI_SCO_HDR_SIZE (Results 1 – 8 of 8) sorted by relevance
44 .hlen = HCI_SCO_HDR_SIZE, \
147 .hlen = HCI_SCO_HDR_SIZE, \
311 if (len >= HCI_SCO_HDR_SIZE) { in bfusb_recv_block()313 pkt_len = HCI_SCO_HDR_SIZE + hdr->dlen; in bfusb_recv_block()
266 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
429 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
644 hci_skb_expect(skb) = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()654 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
3670 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()3672 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()4193 skb_pull(skb, HCI_SCO_HDR_SIZE); in hci_scodata_packet()
2209 #define HCI_SCO_HDR_SIZE 3 macro