Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c2189 if (p_ccb->fcrb.ack_delay_avg_count > L2CAP_ERTM_STATS_AVG_NUM_SAMPLES) { in l2c_fcr_collect_ack_delay()
2192 p_ccb->fcrb.ack_q_count_avg[index] /= L2CAP_ERTM_STATS_AVG_NUM_SAMPLES; in l2c_fcr_collect_ack_delay()
2193 p_ccb->fcrb.ack_delay_avg[index] /= L2CAP_ERTM_STATS_AVG_NUM_SAMPLES; in l2c_fcr_collect_ack_delay()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h215 #define L2CAP_ERTM_STATS_AVG_NUM_SAMPLES 100 macro