Home
last modified time | relevance | path

Searched refs:lost_cig_events (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso.c952 uint32_t lost_cig_events; in ull_conn_iso_start() local
966 lost_cig_events = DIV_ROUND_UP(acl_latency_us - cis->offset, in ull_conn_iso_start()
968 cis_offset = cis->offset + (lost_cig_events * iso_interval_us) - in ull_conn_iso_start()
974 lost_cig_events = 1U; in ull_conn_iso_start()
978 cis->lll.event_count += lost_cig_events; in ull_conn_iso_start()
980 lost_payloads = (lost_cig_events - (cis->lll.rx.ft - 1)) * cis->lll.rx.bn; in ull_conn_iso_start()
983 lost_payloads = (lost_cig_events - (cis->lll.tx.ft - 1)) * cis->lll.tx.bn; in ull_conn_iso_start()