Lines Matching refs:sync_info
1206 struct bt_le_per_adv_sync_synced_info sync_info; in bt_hci_le_per_adv_sync_established_common() local
1287 memset(&sync_info, 0, sizeof(sync_info)); in bt_hci_le_per_adv_sync_established_common()
1288 sync_info.interval = pending_per_adv_sync->interval; in bt_hci_le_per_adv_sync_established_common()
1289 sync_info.phy = pending_per_adv_sync->phy; in bt_hci_le_per_adv_sync_established_common()
1304 sync_info.addr = &pending_per_adv_sync->addr; in bt_hci_le_per_adv_sync_established_common()
1305 sync_info.sid = pending_per_adv_sync->sid; in bt_hci_le_per_adv_sync_established_common()
1307 sync_info.num_subevents = evt->num_subevents; in bt_hci_le_per_adv_sync_established_common()
1308 sync_info.subevent_interval = evt->subevent_interval; in bt_hci_le_per_adv_sync_established_common()
1309 sync_info.response_slot_delay = evt->response_slot_delay; in bt_hci_le_per_adv_sync_established_common()
1310 sync_info.response_slot_spacing = evt->response_slot_spacing; in bt_hci_le_per_adv_sync_established_common()
1318 sync_info.recv_enabled = in bt_hci_le_per_adv_sync_established_common()
1324 listener->synced(pending_per_adv_sync, &sync_info); in bt_hci_le_per_adv_sync_established_common()
1457 struct bt_le_per_adv_sync_synced_info sync_info; in bt_hci_le_past_received_common() local
1469 sync_info.conn = bt_conn_lookup_handle( in bt_hci_le_past_received_common()
1473 if (!sync_info.conn) { in bt_hci_le_past_received_common()
1483 bt_conn_unref(sync_info.conn); in bt_hci_le_past_received_common()
1510 sync_info.interval = per_adv_sync->interval; in bt_hci_le_past_received_common()
1511 sync_info.phy = per_adv_sync->phy; in bt_hci_le_past_received_common()
1512 sync_info.addr = &per_adv_sync->addr; in bt_hci_le_past_received_common()
1513 sync_info.sid = per_adv_sync->sid; in bt_hci_le_past_received_common()
1514 sync_info.service_data = sys_le16_to_cpu(evt->service_data); in bt_hci_le_past_received_common()
1516 const uint8_t mode = conn_past_modes[bt_conn_index(sync_info.conn)]; in bt_hci_le_past_received_common()
1520 sync_info.recv_enabled = in bt_hci_le_past_received_common()
1524 sync_info.recv_enabled = mode == BT_HCI_LE_PAST_MODE_SYNC || in bt_hci_le_past_received_common()
1529 sync_info.num_subevents = per_adv_sync->num_subevents; in bt_hci_le_past_received_common()
1530 sync_info.subevent_interval = per_adv_sync->subevent_interval; in bt_hci_le_past_received_common()
1531 sync_info.response_slot_delay = per_adv_sync->response_slot_delay; in bt_hci_le_past_received_common()
1532 sync_info.response_slot_spacing = per_adv_sync->response_slot_spacing; in bt_hci_le_past_received_common()
1537 listener->synced(per_adv_sync, &sync_info); in bt_hci_le_past_received_common()
1541 bt_conn_unref(sync_info.conn); in bt_hci_le_past_received_common()