Searched refs:hci_conn_add (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/net/bluetooth/ |
D | amp.c | 112 hcon = hci_conn_add(hdev, AMP_LINK, dst, role, __next_handle(mgr)); in phylink_add()
|
D | hci_conn.c | 938 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, in hci_conn_add() function 1047 return hci_conn_add(hdev, type, dst, role, handle); in hci_conn_add_unset()
|
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()
|
/linux-6.6.21/include/net/bluetooth/ |
D | hci_core.h | 1457 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst,
|