Searched refs:hci_send_acl (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 2136 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags);
|
/linux-6.6.21/net/bluetooth/ |
D | l2cap_core.c | 977 hci_send_acl(conn->hchan, skb, flags); in l2cap_send_cmd() 996 hci_send_acl(chan->hs_hchan, skb, ACL_COMPLETE); in l2cap_do_send() 1015 hci_send_acl(chan->conn->hchan, skb, flags); in l2cap_do_send()
|
D | hci_core.c | 3233 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags) in hci_send_acl() function
|