Searched refs:hci_conn_add_unset (Results 1 – 4 of 4) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_conn.c | 1050 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 D | hci_event.c | 2265 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 D | hci_sync.c | 6995 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, in create_pa_complete()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 1544 struct hci_conn *hci_conn_add_unset(struct hci_dev *hdev, int type,
|