Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_phy.c274 uint16_t eff_time; in pu_calc_eff_time() local
276 eff_time = MAX(PDU_DC_PAYLOAD_TIME_MIN, payload_time); in pu_calc_eff_time()
277 eff_time = MIN(eff_time, default_time); in pu_calc_eff_time()
279 eff_time = MAX(eff_time, PDU_DC_MAX_US(PDU_DC_PAYLOAD_SIZE_MIN, phy)); in pu_calc_eff_time()
282 return eff_time; in pu_calc_eff_time()