Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c6360 struct hci_conn *pa_sync, *conn; in hci_le_pa_sync_estabilished_evt() local
6392 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt()
6395 if (IS_ERR(pa_sync)) in hci_le_pa_sync_estabilished_evt()
6398 pa_sync->sync_handle = le16_to_cpu(ev->handle); in hci_le_pa_sync_estabilished_evt()
6401 set_bit(HCI_CONN_PA_SYNC_FAILED, &pa_sync->flags); in hci_le_pa_sync_estabilished_evt()
6404 hci_connect_cfm(pa_sync, ev->status); in hci_le_pa_sync_estabilished_evt()
6420 struct hci_conn *pa_sync; in hci_le_per_adv_report_evt() local
6433 pa_sync = hci_conn_hash_lookup_pa_sync_handle in hci_le_per_adv_report_evt()
6437 if (!pa_sync) in hci_le_per_adv_report_evt()
6441 !test_and_set_bit(HCI_CONN_PA_SYNC, &pa_sync->flags)) { in hci_le_per_adv_report_evt()
[all …]