Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c2197 if (timestamp - p_ccb->fcrb.throughput_start > 0 ) { in l2c_fcr_collect_ack_delay()
2198 p_ccb->fcrb.throughput[index] /= (timestamp - p_ccb->fcrb.throughput_start); in l2c_fcr_collect_ack_delay()
2201 p_ccb->fcrb.throughput_start = timestamp; in l2c_fcr_collect_ack_delay()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h218 UINT32 throughput_start; member