Searched refs:hci_connect_acl (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | hci_conn.c | 1185 struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst, in hci_connect_acl() function 1222 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING); in hci_connect_sco()
|
D | l2cap_core.c | 7167 hcon = hci_connect_acl(hdev, dst, chan->sec_level, auth_type); in l2cap_chan_connect()
|
D | mgmt.c | 2892 conn = hci_connect_acl(hdev, &cp->addr.bdaddr, sec_level, in pair_device()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci_core.h | 909 struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst,
|