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()
772 hci_skb_expect(skb) = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()782 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
4231 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()4233 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()4757 skb_pull(skb, HCI_SCO_HDR_SIZE); in hci_scodata_packet()
2453 #define HCI_SCO_HDR_SIZE 3 macro