hci_connect       328 include/net/bluetooth/hci_core.h struct hci_conn *hci_connect(struct hci_dev *hdev, int type, bdaddr_t *dst, __u8 auth_type);
hci_connect       807 net/bluetooth/l2cap.c 	hcon = hci_connect(hdev, ACL_LINK, dst, auth_type);
hci_connect       203 net/bluetooth/sco.c 	hcon = hci_connect(hdev, type, dst, HCI_AT_NO_BONDING);