Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_conn.c1018 struct hci_conn *hci_conn_add_unset(struct hci_dev *hdev, int type, in hci_conn_add_unset() function
1339 conn = hci_conn_add_unset(hdev, LE_LINK, dst, role); in hci_connect_le()
1502 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis()
1546 conn = hci_conn_add_unset(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan()
1594 acl = hci_conn_add_unset(hdev, ACL_LINK, dst, HCI_ROLE_MASTER); in hci_connect_acl()
1661 sco = hci_conn_add_unset(hdev, type, dst, HCI_ROLE_MASTER); in hci_connect_sco()
1853 cis = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_bind_cis()
H A Dhci_event.c2288 conn = hci_conn_add_unset(hdev, ACL_LINK, &cp->bdaddr, in hci_cs_create_conn()
3100 conn = hci_conn_add_unset(hdev, ev->link_type, in hci_conn_complete_evt()
3289 conn = hci_conn_add_unset(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt()
5639 conn = hci_conn_add_unset(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt()
6363 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt()
6963 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_info_adv_report_evt()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1458 struct hci_conn *hci_conn_add_unset(struct hci_dev *hdev, int type,