Searched refs:pa_sync (Results 1 – 2 of 2) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | hci_event.c | 6014 struct hci_conn *pa_sync, *conn; in hci_le_past_received_evt() local 6045 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in hci_le_past_received_evt() 6048 if (IS_ERR(pa_sync)) in hci_le_past_received_evt() 6051 pa_sync->sync_handle = le16_to_cpu(ev->sync_handle); in hci_le_past_received_evt() 6054 set_bit(HCI_CONN_PA_SYNC_FAILED, &pa_sync->flags); in hci_le_past_received_evt() 6057 hci_connect_cfm(pa_sync, ev->status); in hci_le_past_received_evt() 6550 struct hci_conn *pa_sync, *conn; in hci_le_pa_sync_established_evt() local 6583 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in hci_le_pa_sync_established_evt() 6586 if (IS_ERR(pa_sync)) in hci_le_pa_sync_established_evt() 6589 pa_sync->sync_handle = le16_to_cpu(ev->handle); in hci_le_pa_sync_established_evt() [all …]
|
| H A D | hci_sync.c | 7057 struct hci_conn *pa_sync; in create_pa_complete() local 7073 pa_sync = hci_conn_add_unset(hdev, PA_LINK, BDADDR_ANY, 0, in create_pa_complete() 7076 if (IS_ERR(pa_sync)) in create_pa_complete() 7079 set_bit(HCI_CONN_PA_SYNC_FAILED, &pa_sync->flags); in create_pa_complete() 7082 hci_connect_cfm(pa_sync, bt_status(err)); in create_pa_complete()
|