Home
last modified time | relevance | path

Searched refs:iso_recv (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h850 void iso_recv(struct hci_conn *hcon, struct sk_buff *skb, u16 flags);
857 static inline void iso_recv(struct hci_conn *hcon, struct sk_buff *skb, in iso_recv()
856 static inline void iso_recv(struct hci_conn *hcon, struct sk_buff *skb, iso_recv() function
/openbmc/linux/net/bluetooth/
H A Diso.c1983 void iso_recv(struct hci_conn *hcon, struct sk_buff *skb, u16 flags) in iso_disconn_cfm()
1988 void iso_recv(struct hci_conn *hcon, struct sk_buff *skb, u16 flags) iso_recv() function
H A Dhci_core.c3841 iso_recv(conn, skb, flags); in hci_isodata_packet()