Searched refs:iso_recv (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 850 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 D | iso.c | 1983 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 D | hci_core.c | 3841 iso_recv(conn, skb, flags); in hci_isodata_packet()
|