Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c301 … 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()
2144 if (fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q) > p_ccb->fcrb.ack_q_count_max[index]) { in l2c_fcr_collect_ack_delay()
2145 p_ccb->fcrb.ack_q_count_max[index] = fixed_queue_length(p_ccb->fcrb.waiting_for_ack_q); in l2c_fcr_collect_ack_delay()
2206 …b.ack_q_count_avg[index], p_ccb->fcrb.ack_q_count_min[index], p_ccb->fcrb.ack_q_count_max[index] ); in l2c_fcr_collect_ack_delay()
2213 p_ccb->fcrb.ack_q_count_max[index] = 0; in l2c_fcr_collect_ack_delay()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h225 UINT32 ack_q_count_max[L2CAP_ERTM_STATS_NUM_AVG]; member