Home
last modified time | relevance | path

Searched refs:HCI_SCO_HDR_SIZE (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dh4_recv.h29 .hlen = HCI_SCO_HDR_SIZE, \
H A Dhci_uart.h144 .hlen = HCI_SCO_HDR_SIZE, \
H A Dbfusb.c296 if (len >= HCI_SCO_HDR_SIZE) { in bfusb_recv_block()
298 pkt_len = HCI_SCO_HDR_SIZE + hdr->dlen; in bfusb_recv_block()
H A Dbt3c_cs.c266 info->rx_count = HCI_SCO_HDR_SIZE; in bt3c_receive()
H A Dbluecard_cs.c428 info->rx_count = HCI_SCO_HDR_SIZE; in bluecard_receive()
H A Dbtusb.c1250 hci_skb_expect(skb) = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()
1260 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
H A Dhci_bcm4377.c109 #define MAX_SCO_PAYLOAD_SIZE (HCI_MAX_SCO_SIZE + HCI_SCO_HDR_SIZE)
/openbmc/linux/net/bluetooth/
H A Dhci_core.c3249 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()
3251 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()
3812 skb_pull(skb, HCI_SCO_HDR_SIZE); in hci_scodata_packet()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2820 #define HCI_SCO_HDR_SIZE 3 macro