HomeSort by relevance Sort by last modified time
    Searched refs:L2CAP_ERTM_STATS_NUM_AVG (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/l2cap/
l2c_int.h 205 #define L2CAP_ERTM_STATS_NUM_AVG 10
210 UINT32 throughput[L2CAP_ERTM_STATS_NUM_AVG];
211 UINT32 ack_delay_avg[L2CAP_ERTM_STATS_NUM_AVG];
212 UINT32 ack_delay_min[L2CAP_ERTM_STATS_NUM_AVG];
213 UINT32 ack_delay_max[L2CAP_ERTM_STATS_NUM_AVG];
214 UINT32 ack_q_count_avg[L2CAP_ERTM_STATS_NUM_AVG];
215 UINT32 ack_q_count_min[L2CAP_ERTM_STATS_NUM_AVG];
216 UINT32 ack_q_count_max[L2CAP_ERTM_STATS_NUM_AVG];
    [all...]
l2c_fcr.c 279 for (i = 0; i < L2CAP_ERTM_STATS_NUM_AVG; i++) {
298 throughput_avg /= (L2CAP_ERTM_STATS_NUM_AVG - 1);
299 ack_delay_avg /= (L2CAP_ERTM_STATS_NUM_AVG - 1);
300 ack_q_count_avg /= (L2CAP_ERTM_STATS_NUM_AVG - 1);
    [all...]

Completed in 33 milliseconds