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

/linux-master/net/bluetooth/
H A Dhci_event.c6479 struct hci_conn *pa_sync; local
6498 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY,
6501 if (!pa_sync)
6504 set_bit(HCI_CONN_PA_SYNC_FAILED, &pa_sync->flags);
6507 hci_connect_cfm(pa_sync, ev->status);
7056 struct hci_conn *pa_sync; local
7071 pa_sync = hci_conn_hash_lookup_pa_sync_handle
7075 if (pa_sync)
7079 pa_sync = hci_conn_add_unset(hdev, ISO_LINK, BDADDR_ANY,
7082 if (!pa_sync)
[all...]

Completed in 103 milliseconds