Searched refs:hci_send_acl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 1656 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags);
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_core.c | 982 hci_send_acl(conn->hchan, skb, flags); in l2cap_send_cmd() 1001 hci_send_acl(chan->hs_hchan, skb, ACL_COMPLETE); in l2cap_do_send() 1020 hci_send_acl(chan->conn->hchan, skb, flags); in l2cap_do_send()
|
H A D | hci_core.c | 4240 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags) in hci_send_acl() function
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 2137 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags);
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 3264 void hci_send_acl(struct hci_chan *chan, struct sk_buff *skb, __u16 flags) in hci_send_acl() function
|
H A D | l2cap_core.c | 946 hci_send_acl(conn->hchan, skb, flags); in l2cap_send_cmd() 969 hci_send_acl(chan->conn->hchan, skb, flags); in l2cap_do_send()
|
Completed in 40 milliseconds