hci_conn_add      323 include/net/bluetooth/hci_core.h struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst);
hci_conn_add      341 net/bluetooth/hci_conn.c 		if (!(acl = hci_conn_add(hdev, ACL_LINK, dst)))
hci_conn_add      356 net/bluetooth/hci_conn.c 		if (!(sco = hci_conn_add(hdev, type, dst))) {
hci_conn_add      578 net/bluetooth/hci_event.c 			conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr);
hci_conn_add      952 net/bluetooth/hci_event.c 			if (!(conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr))) {