Home
last modified time | relevance | path

Searched refs:hci_sco_hdr (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/bluetooth/
Dbtwilink.c141 .hdr_len = sizeof(struct hci_sco_hdr),
142 .offset_len_in_hdr = offsetof(struct hci_sco_hdr, dlen),
Dbt3c_cs.c294 struct hci_sco_hdr *sh; in bt3c_receive()
312 sh = hci_sco_hdr(info->rx_skb); in bt3c_receive()
Dbluecard_cs.c454 struct hci_sco_hdr *sh; in bluecard_receive()
472 sh = hci_sco_hdr(info->rx_skb); in bluecard_receive()
Dbfusb.c312 struct hci_sco_hdr *hdr = (struct hci_sco_hdr *) buf; in bfusb_recv_block()
Dbtusb.c656 hci_skb_expect(skb) = hci_sco_hdr(skb)->dlen; in btusb_recv_isoc()
/Linux-v4.19/include/net/bluetooth/
Dhci.h2226 struct hci_sco_hdr { struct
2241 static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb) in hci_sco_hdr() argument
2243 return (struct hci_sco_hdr *) skb->data; in hci_sco_hdr()
/Linux-v4.19/net/bluetooth/
Dhci_core.c3663 struct hci_sco_hdr hdr; in hci_send_sco()
4189 struct hci_sco_hdr *hdr = (void *) skb->data; in hci_scodata_packet()