Home
last modified time | relevance | path

Searched defs:hci_acl_hdr (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.h394 struct hci_acl_hdr { struct
409 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() argument
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h2474 struct hci_acl_hdr { struct
2475 __le16 handle; /* Handle & Flags(PB, BC) */
2476 __le16 dlen;
2513 static inline struct hci_acl_hdr *hci_acl_hdr(const struct sk_buff *skb) in hci_acl_hdr() function