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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dhci_conn.c220 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst) function
372 if (!(acl = hci_conn_add(hdev, ACL_LINK, dst)))
393 if (!(sco = hci_conn_add(hdev, type, dst))) {
H A Dhci_event.c582 conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr);
963 if (!(conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dhci_core.h342 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);

Completed in 40 milliseconds