Searched full:pa_sync (Results  1 – 2 of 2) sorted by relevance
| /linux/net/bluetooth/ | 
| H A D | hci_event.c | 6394 	struct hci_conn *pa_sync, *conn;  in hci_le_pa_sync_established_evt()  local6426 	pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY,  in hci_le_pa_sync_established_evt()
 6429 	if (IS_ERR(pa_sync))  in hci_le_pa_sync_established_evt()
 6432 	pa_sync->sync_handle = le16_to_cpu(ev->handle);  in hci_le_pa_sync_established_evt()
 6435 		set_bit(HCI_CONN_PA_SYNC_FAILED, &pa_sync->flags);  in hci_le_pa_sync_established_evt()
 6438 		hci_connect_cfm(pa_sync, ev->status);  in hci_le_pa_sync_established_evt()
 6451 	struct hci_conn *pa_sync;  in hci_le_per_adv_report_evt()  local
 6464 	pa_sync = hci_conn_hash_lookup_pa_sync_handle  in hci_le_per_adv_report_evt()
 6468 	if (!pa_sync)  in hci_le_per_adv_report_evt()
 6472 	    !test_and_set_bit(HCI_CONN_PA_SYNC, &pa_sync->flags)) {  in hci_le_per_adv_report_evt()
 [all …]
 
 | 
| H A D | hci_sync.c | 6988 	struct hci_conn *pa_sync;  in create_pa_complete()  local7004 	pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY,  in create_pa_complete()
 7007 	if (IS_ERR(pa_sync))  in create_pa_complete()
 7010 	set_bit(HCI_CONN_PA_SYNC_FAILED, &pa_sync->flags);  in create_pa_complete()
 7013 	hci_connect_cfm(pa_sync, bt_status(err));  in create_pa_complete()
 
 |