Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1434 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags);
/Linux-v4.19/net/bluetooth/
Dl2cap_core.c874 hci_send_acl(conn->hchan, skb, flags); in l2cap_send_cmd()
893 hci_send_acl(chan->hs_hchan, skb, ACL_COMPLETE); in l2cap_do_send()
912 hci_send_acl(chan->conn->hchan, skb, flags); in l2cap_do_send()
Dhci_core.c3648 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags) in hci_send_acl() function