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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_conn.c168 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst) function
307 if (!(acl = hci_conn_add(hdev, ACL_LINK, dst)))
320 if (!(sco = hci_conn_add(hdev, SCO_LINK, dst))) {
H A Dhci_event.c435 conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr);
718 if (!(conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci_core.h312 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);

Completed in 58 milliseconds