Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c261 UINT32 throughput_avg, ack_delay_avg, ack_q_count_avg; in l2c_fcr_cleanup() local
289 ack_q_count_avg = 0; in l2c_fcr_cleanup()
301 … p_ccb->fcrb.ack_q_count_avg[i], p_ccb->fcrb.ack_q_count_min[i], p_ccb->fcrb.ack_q_count_max[i] ); in l2c_fcr_cleanup()
307 ack_q_count_avg += p_ccb->fcrb.ack_q_count_avg[i]; in l2c_fcr_cleanup()
312 ack_q_count_avg /= (L2CAP_ERTM_STATS_NUM_AVG - 1); in l2c_fcr_cleanup()
316 throughput_avg, ack_delay_avg, ack_q_count_avg ); in l2c_fcr_cleanup()
2144 p_ccb->fcrb.ack_q_count_avg[index] += in l2c_fcr_collect_ack_delay()
2195 p_ccb->fcrb.ack_q_count_avg[index] /= L2CAP_ERTM_STATS_AVG_NUM_SAMPLES; in l2c_fcr_collect_ack_delay()
2209 …p_ccb->fcrb.ack_q_count_avg[index], p_ccb->fcrb.ack_q_count_min[index], p_ccb->fcrb.ack_q_count_ma… in l2c_fcr_collect_ack_delay()
2218 p_ccb->fcrb.ack_q_count_avg[index] = 0; in l2c_fcr_collect_ack_delay()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h223 UINT32 ack_q_count_avg[L2CAP_ERTM_STATS_NUM_AVG]; member