hci_sco_hdr
struct hci_sco_hdr *hdr = (struct hci_sco_hdr *) buf;
plen = HCI_SCO_HDR_SIZE + hci_sco_hdr(skb)->dlen;
struct hci_sco_hdr *hdr)
struct hci_sco_hdr *hdr = hci_sco_hdr(skb);
min_hdr = sizeof(struct hci_sco_hdr);
static inline struct hci_sco_hdr *hci_sco_hdr(const struct sk_buff *skb)
return (struct hci_sco_hdr *) skb->data;
struct hci_sco_hdr hdr;
struct hci_sco_hdr *hdr;