Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dhci_uart.h142 .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 Dbtintel_pcie.c1219 if (skb->len >= HCI_SCO_HDR_SIZE) { in btintel_pcie_recv_frame()
1220 plen = HCI_SCO_HDR_SIZE + hci_sco_hdr(skb)->dlen; in btintel_pcie_recv_frame()
/linux/net/bluetooth/
H A Dhci_core.c3261 skb_push(skb, HCI_SCO_HDR_SIZE); in hci_send_sco()
3263 memcpy(skb_transport_header(skb), &hdr, HCI_SCO_HDR_SIZE); in hci_send_sco()
/linux/include/net/bluetooth/
H A Dhci.h3387 #define HCI_SCO_HDR_SIZE 3 macro