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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h224 #define L2CAP_ERTM_STATS_AVG_NUM_SAMPLES 100 macro
H A Dl2c_fcr.c2674 if (p_ccb->fcrb.ack_delay_avg_count > L2CAP_ERTM_STATS_AVG_NUM_SAMPLES)
2678 p_ccb->fcrb.ack_q_count_avg[index] /= L2CAP_ERTM_STATS_AVG_NUM_SAMPLES;
2679 p_ccb->fcrb.ack_delay_avg[index] /= L2CAP_ERTM_STATS_AVG_NUM_SAMPLES;

Completed in 53 milliseconds