Searched refs:hci_conn_add_unset (Results 1 – 3 of 3) sorted by relevance
/linux/net/bluetooth/ |
H A D | hci_conn.c | 1034 struct hci_conn *hci_conn_add_unset(struct hci_dev *hdev, int type, in hci_conn_add_unset() function 1355 conn = hci_conn_add_unset(hdev, LE_LINK, dst, role); in hci_connect_le() 1532 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_add_bis() 1576 conn = hci_conn_add_unset(hdev, LE_LINK, dst, HCI_ROLE_MASTER); in hci_connect_le_scan() 1624 acl = hci_conn_add_unset(hdev, ACL_LINK, dst, HCI_ROLE_MASTER); in hci_connect_acl() 1693 sco = hci_conn_add_unset(hdev, type, dst, HCI_ROLE_MASTER); in hci_connect_sco() 1884 cis = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_MASTER); in hci_bind_cis() 2159 conn = hci_conn_add_unset(hdev, ISO_LINK, dst, HCI_ROLE_SLAVE); in hci_pa_create_sync()
|
H A D | hci_event.c | 2285 conn = hci_conn_add_unset(hdev, ACL_LINK, &cp->bdaddr, in hci_cs_create_conn() 3097 conn = hci_conn_add_unset(hdev, ev->link_type, in hci_conn_complete_evt() 3286 conn = hci_conn_add_unset(hdev, ev->link_type, &ev->bdaddr, in hci_conn_request_evt() 5644 conn = hci_conn_add_unset(hdev, LE_LINK, bdaddr, role); in le_conn_complete_evt() 6392 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 1525 struct hci_conn *hci_conn_add_unset(struct hci_dev *hdev, int type,
|