Searched refs:HCI_SCO_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance
29 .hlen = HCI_SCO_HDR_SIZE, \
145 .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()
643 if (skb->len >= HCI_SCO_HDR_SIZE) { in btintel_pcie_recv_frame()644 plen = HCI_SCO_HDR_SIZE + hci_sco_hdr(skb)->dlen; in btintel_pcie_recv_frame()
428 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
1315 hci_skb_expect(skb) = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()1325 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
112 #define MAX_SCO_PAYLOAD_SIZE (HCI_MAX_SCO_SIZE + HCI_SCO_HDR_SIZE)
3236 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()3238 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()