Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/bluetooth/
Dbt3c_cs.c294 struct hci_sco_hdr *sh; in bt3c_receive()
312 sh = hci_sco_hdr(info->rx_skb); in bt3c_receive()
Dbfusb.c297 struct hci_sco_hdr *hdr = (struct hci_sco_hdr *) buf; in bfusb_recv_block()
Dbluecard_cs.c453 struct hci_sco_hdr *sh; in bluecard_receive()
471 sh = hci_sco_hdr(info->rx_skb); in bluecard_receive()
Dbtusb.c784 hci_skb_expect(skb) = hci_sco_hdr(skb)->dlen; in btusb_recv_isoc()
/Linux-v5.10/include/net/bluetooth/
Dhci.h2471 struct hci_sco_hdr { struct
2510 static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb) in hci_sco_hdr() function
2512 return (struct hci_sco_hdr *) skb->data; in hci_sco_hdr()
/Linux-v5.10/net/bluetooth/
Dhci_core.c4224 struct hci_sco_hdr hdr; in hci_send_sco()
4753 struct hci_sco_hdr *hdr = (void *) skb->data; in hci_scodata_packet()