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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci_core.h616 int hci_send_acl(struct hci_conn *conn, struct sk_buff *skb, __u16 flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_core.c1073 int hci_send_acl(struct hci_conn *conn, struct sk_buff *skb, __u16 flags) function
1117 EXPORT_SYMBOL(hci_send_acl); variable
H A Dl2cap.c352 return hci_send_acl(conn->hcon, skb, 0);
906 if ((err = hci_send_acl(conn->hcon, skb, 0)) < 0)

Completed in 55 milliseconds