Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan_aux.c130 uint32_t overhead_us; in lll_scan_aux_setup() local
198 overhead_us = PDU_AC_US(pdu->len, pdu_phy, pdu_phy_flags_rx); in lll_scan_aux_setup()
203 overhead_us += cte_info->time << 3; in lll_scan_aux_setup()
206 overhead_us += radio_rx_chain_delay_get(pdu_phy, pdu_phy_flags_rx); in lll_scan_aux_setup()
207 overhead_us += lll_radio_rx_ready_delay_get(phy, PHY_FLAGS_S8); in lll_scan_aux_setup()
208 overhead_us += window_widening_us; in lll_scan_aux_setup()
209 overhead_us += EVENT_TICKER_RES_MARGIN_US; in lll_scan_aux_setup()
210 overhead_us += EVENT_JITTER_US; in lll_scan_aux_setup()
215 overhead_us += in lll_scan_aux_setup()
219 overhead_us += EVENT_OVERHEAD_END_US + EVENT_OVERHEAD_START_US; in lll_scan_aux_setup()
[all …]
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dull_sync.c678 uint32_t overhead_us; in ull_sync_setup() local
830 overhead_us = HAL_TICKER_TICKS_TO_US(HAL_TICKER_CNTR_CMP_OFFSET_MIN << 1); in ull_sync_setup()
833 overhead_us += EVENT_OVERHEAD_END_US + EVENT_OVERHEAD_START_US; in ull_sync_setup()
838 if ((sync_offset_us - ftr->radio_end_us) < overhead_us) { in ull_sync_setup()