Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_conn.c1050 struct hci_conn *hci_conn_add_unset(struct hci_dev *hdev, int type, in hci_conn_add_unset() function
1402 conn = hci_conn_add_unset(hdev, LE_LINK, dst, role); in hci_connect_le()
1579 conn = hci_conn_add_unset(hdev, BIS_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis()
1624 conn = hci_conn_add_unset(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan()
1672 acl = hci_conn_add_unset(hdev, ACL_LINK, dst, HCI_ROLE_MASTER); in hci_connect_acl()
1741 sco = hci_conn_add_unset(hdev, type, dst, HCI_ROLE_MASTER); in hci_connect_sco()
1932 cis = hci_conn_add_unset(hdev, CIS_LINK, dst, in hci_bind_cis()
2122 conn = hci_conn_add_unset(hdev, PA_LINK, dst, HCI_ROLE_SLAVE); in hci_pa_create_sync()
H A Dhci_event.c2265 conn = hci_conn_add_unset(hdev, ACL_LINK, &cp->bdaddr, in hci_cs_create_conn()
3111 conn = hci_conn_add_unset(hdev, ev->link_type, in hci_conn_complete_evt()
3288 conn = hci_conn_add_unset(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt()
5645 conn = hci_conn_add_unset(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt()
6412 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, in hci_le_pa_sync_established_evt()
H A Dhci_sync.c6995 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, in create_pa_complete()
/linux/include/net/bluetooth/
H A Dhci_core.h1544 struct hci_conn *hci_conn_add_unset(struct hci_dev *hdev, int type,