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

/linux-master/net/bluetooth/
H A Dhci_event.c6344 struct hci_conn *pa_sync; local
6362 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY,
6365 if (IS_ERR(pa_sync))
6368 pa_sync->sync_handle = le16_to_cpu(ev->handle);
6371 set_bit(HCI_CONN_PA_SYNC_FAILED, &pa_sync->flags);
6374 hci_connect_cfm(pa_sync, ev->status);
6387 struct hci_conn *pa_sync; local
6400 pa_sync = hci_conn_hash_lookup_pa_sync_handle
6404 if (!pa_sync)
6408 !test_and_set_bit(HCI_CONN_PA_SYNC, &pa_sync
6944 struct hci_conn *pa_sync; local
[all...]

Completed in 110 milliseconds