Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dhci_core.h740 void hci_send_sco(struct hci_conn *conn, struct sk_buff *skb);
/linux-2.6.39/net/bluetooth/
Dhci_core.c1654 void hci_send_sco(struct hci_conn *conn, struct sk_buff *skb) in hci_send_sco() function
1674 EXPORT_SYMBOL(hci_send_sco);
Dsco.c255 hci_send_sco(conn->hcon, skb); in sco_send_frame()