Searched refs:HCI_SCO_HDR_SIZE (Results 1 – 8 of 8) sorted by relevance
109 if (count >= HCI_SCO_HDR_SIZE) { in bpa10x_recv()111 len = HCI_SCO_HDR_SIZE + h->dlen; in bpa10x_recv()
305 if (len >= HCI_SCO_HDR_SIZE) { in bfusb_recv_block()307 pkt_len = HCI_SCO_HDR_SIZE + hdr->dlen; in bfusb_recv_block()
450 ll->rx_count = HCI_SCO_HDR_SIZE; in ll_recv()
219 info->rx_count = HCI_SCO_HDR_SIZE; in btuart_receive()
270 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
432 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
1303 hlen = HCI_SCO_HDR_SIZE; in hci_reassembly()1358 if (skb->len == HCI_SCO_HDR_SIZE) { in hci_reassembly()1664 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()1666 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()1934 skb_pull(skb, HCI_SCO_HDR_SIZE); in hci_scodata_packet()
1014 #define HCI_SCO_HDR_SIZE 3 macro