Searched refs:PDU_DC_PAYLOAD_TIME_MIN (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_pdu.c | 680 if (!IN_RANGE(remote->max_rx_time, PDU_DC_PAYLOAD_TIME_MIN, in dle_remote_valid() 685 if (!IN_RANGE(remote->max_tx_time, PDU_DC_PAYLOAD_TIME_MIN, in dle_remote_valid() 690 if (!IN_RANGE(remote->max_rx_time, PDU_DC_PAYLOAD_TIME_MIN, in dle_remote_valid() 695 if (!IN_RANGE(remote->max_tx_time, PDU_DC_PAYLOAD_TIME_MIN, in dle_remote_valid()
|
D | ull_conn.c | 557 if (!IN_RANGE(tx_time, PDU_DC_PAYLOAD_TIME_MIN, in ll_len_validate() 2506 rx_time = MAX(PDU_DC_PAYLOAD_TIME_MIN, rx_time); in dle_max_time_get() 2507 tx_time = MAX(PDU_DC_PAYLOAD_TIME_MIN, tx_time); in dle_max_time_get() 2550 PDU_DC_PAYLOAD_TIME_MIN_CODED : PDU_DC_PAYLOAD_TIME_MIN; in ull_dle_update_eff_rx() 2589 PDU_DC_PAYLOAD_TIME_MIN_CODED : PDU_DC_PAYLOAD_TIME_MIN; in ull_dle_update_eff_tx()
|
D | pdu.h | 92 #define PDU_DC_PAYLOAD_TIME_MIN 328 macro
|
D | ull_llcp_phy.c | 276 eff_time = MAX(PDU_DC_PAYLOAD_TIME_MIN, payload_time); in pu_calc_eff_time()
|