Searched refs:hci_conn_add (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 518 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, in hci_conn_add() function 1053 conn = hci_conn_add(hdev, LE_LINK, dst, role); in hci_connect_le() 1213 conn = hci_conn_add(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan() 1261 acl = hci_conn_add(hdev, ACL_LINK, dst, HCI_ROLE_MASTER); in hci_connect_acl() 1292 sco = hci_conn_add(hdev, type, dst, HCI_ROLE_MASTER); in hci_connect_sco()
|
H A D | amp.c | 112 hcon = hci_conn_add(hdev, AMP_LINK, dst, role); in phylink_add()
|
H A D | hci_event.c | 1869 conn = hci_conn_add(hdev, ACL_LINK, &cp->bdaddr, in hci_cs_create_conn() 2596 conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr, in hci_conn_complete_evt() 2754 conn = hci_conn_add(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt() 5181 conn = hci_conn_add(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 937 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, in hci_conn_add() function 1046 return hci_conn_add(hdev, type, dst, role, handle); in hci_conn_add_unset()
|
H A D | hci_event.c | 7027 cis = hci_conn_add(hdev, ISO_LINK, &acl->dst, HCI_ROLE_SLAVE, in hci_le_cis_req_evt() 7146 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_sync_established_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 1060 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, 1108 * hci_conn_add()).
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 1458 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, 1524 * hci_conn_add()).
|
Completed in 28 milliseconds