Searched refs:hci_connect_acl (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 1237 struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst, in hci_connect_acl() function 1285 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING, in hci_connect_sco()
|
H A D | mgmt.c | 2949 conn = hci_connect_acl(hdev, &cp->addr.bdaddr, sec_level, in pair_device()
|
H A D | l2cap_core.c | 8052 hcon = hci_connect_acl(hdev, dst, chan->sec_level, auth_type, in l2cap_chan_connect()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 1619 struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst, in hci_connect_acl() function 1696 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING, in hci_connect_sco()
|
H A D | l2cap_core.c | 7032 hcon = hci_connect_acl(hdev, dst, chan->sec_level, auth_type, in l2cap_chan_connect()
|
H A D | mgmt.c | 3438 conn = hci_connect_acl(hdev, &cp->addr.bdaddr, sec_level, in pair_device()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 1078 struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 1478 struct hci_conn *hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst,
|
Completed in 49 milliseconds