Lines Matching defs:pa_sync
6607 struct hci_conn *pa_sync;
6626 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY,
6629 if (!pa_sync)
6632 set_bit(HCI_CONN_PA_SYNC_FAILED, &pa_sync->flags);
6635 hci_connect_cfm(pa_sync, ev->status);
7120 struct hci_conn *pa_sync;
7132 pa_sync = hci_conn_hash_lookup_pa_sync_big_handle(hdev, ev->handle);
7133 if (pa_sync)
7137 set_bit(HCI_CONN_BIG_SYNC, &pa_sync->flags);
7192 struct hci_conn *pa_sync;
7207 pa_sync = hci_conn_hash_lookup_pa_sync_handle
7211 if (pa_sync)
7215 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY,
7218 if (!pa_sync)
7221 pa_sync->sync_handle = le16_to_cpu(ev->sync_handle);
7222 set_bit(HCI_CONN_PA_SYNC, &pa_sync->flags);
7225 hci_connect_cfm(pa_sync, 0x00);
7228 mgmt_device_connected(hdev, pa_sync, NULL, 0);