Searched refs:sync_info (Results 1 – 1 of 1) sorted by relevance
57 struct iso_sync_info sync_info; member120 new iso_cis({.sync_info = {.first_sync_ts = 0, .seq_nb = 0}, in on_set_cig_params()397 iso->sync_info.seq_nb = (ts - iso->sync_info.first_sync_ts) / iso->sdu_itv; in send_iso_data()409 prepare_ts_hci_packet(iso_handle, ts, iso->sync_info.seq_nb, data_len); in send_iso_data()426 cis->sync_info.first_sync_ts = bluetooth::common::time_get_os_boottime_us(); in process_cis_est_pkt()527 new iso_bis({.sync_info = {.first_sync_ts = ts, .seq_nb = 0}, in process_create_big_cmpl_pkt()632 (ts - iso->sync_info.first_sync_ts) / iso->sdu_itv; in handle_iso_data()633 if (new_calc_seq_nb <= iso->sync_info.seq_nb) in handle_iso_data()634 new_calc_seq_nb = iso->sync_info.seq_nb + 1; in handle_iso_data()636 if (iso->sync_info.seq_nb == 0) { in handle_iso_data()[all …]