Searched refs:hci_send_acl (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/net/bluetooth/ |
D | hci_core.h | 739 void hci_send_acl(struct hci_conn *conn, struct sk_buff *skb, __u16 flags);
|
/linux-2.6.39/net/bluetooth/ |
D | hci_core.c | 1604 void hci_send_acl(struct hci_conn *conn, struct sk_buff *skb, __u16 flags) in hci_send_acl() function 1651 EXPORT_SYMBOL(hci_send_acl);
|
D | l2cap_core.c | 341 hci_send_acl(conn->hcon, skb, flags); in l2cap_send_cmd() 393 hci_send_acl(pi->conn->hcon, skb, flags); in l2cap_send_sframe() 1001 hci_send_acl(hcon, skb, flags); in l2cap_do_send()
|