Home
last modified time | relevance | path

Searched refs:hci_conn_add_unset (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_conn.c1035 struct hci_conn *hci_conn_add_unset(struct hci_dev *hdev, int type, in hci_conn_add_unset() function
1386 conn = hci_conn_add_unset(hdev, LE_LINK, dst, role); in hci_connect_le()
1551 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis()
1595 conn = hci_conn_add_unset(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan()
1643 acl = hci_conn_add_unset(hdev, ACL_LINK, dst, HCI_ROLE_MASTER); in hci_connect_acl()
1703 sco = hci_conn_add_unset(hdev, type, dst, HCI_ROLE_MASTER); in hci_connect_sco()
1895 cis = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_bind_cis()
H A Dhci_event.c2352 conn = hci_conn_add_unset(hdev, ACL_LINK, &cp->bdaddr, in hci_cs_create_conn()
3166 conn = hci_conn_add_unset(hdev, ev->link_type, in hci_conn_complete_evt()
3332 conn = hci_conn_add_unset(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt()
5902 conn = hci_conn_add_unset(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt()
6626 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt()
7215 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_info_adv_report_evt()
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci_core.h1460 struct hci_conn *hci_conn_add_unset(struct hci_dev *hdev, int type,

Completed in 16 milliseconds