Searched refs:pa_sync (Results 1 – 1 of 1) sorted by relevance
6351 struct hci_conn *pa_sync; in hci_le_pa_sync_estabilished_evt() local6370 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY, in hci_le_pa_sync_estabilished_evt()6373 if (!pa_sync) in hci_le_pa_sync_estabilished_evt()6376 set_bit(HCI_CONN_PA_SYNC_FAILED, &pa_sync->flags); in hci_le_pa_sync_estabilished_evt()6379 hci_connect_cfm(pa_sync, ev->status); in hci_le_pa_sync_estabilished_evt()6869 struct hci_conn *pa_sync; in hci_le_big_sync_established_evt() local6881 pa_sync = hci_conn_hash_lookup_pa_sync_big_handle(hdev, ev->handle); in hci_le_big_sync_established_evt()6882 if (pa_sync) in hci_le_big_sync_established_evt()6886 set_bit(HCI_CONN_BIG_SYNC, &pa_sync->flags); in hci_le_big_sync_established_evt()6947 struct hci_conn *pa_sync; in hci_le_big_info_adv_report_evt() local[all …]