Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dh4_recv.h29 .hlen = HCI_SCO_HDR_SIZE, \
H A Dhci_uart.h146 .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 Dbtintel_pcie.c1007 if (skb->len >= HCI_SCO_HDR_SIZE) { in btintel_pcie_recv_frame()
1008 plen = HCI_SCO_HDR_SIZE + hci_sco_hdr(skb)->dlen; in btintel_pcie_recv_frame()
H A Dbtusb.c1347 hci_skb_expect(skb) = HCI_SCO_HDR_SIZE; in btusb_recv_isoc()
1357 if (skb->len == HCI_SCO_HDR_SIZE) { in btusb_recv_isoc()
H A Dhci_bcm4377.c112 #define MAX_SCO_PAYLOAD_SIZE (HCI_MAX_SCO_SIZE + HCI_SCO_HDR_SIZE)
/linux-6.15/net/bluetooth/
H A Dhci_core.c3243 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()
3245 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()
/linux-6.15/include/net/bluetooth/
H A Dhci.h2894 #define HCI_SCO_HDR_SIZE 3 macro