Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_fcr.c2330 if (timestamp - p_ccb->fcrb.throughput_start > 0 ) in l2c_fcr_collect_ack_delay()
2331 p_ccb->fcrb.throughput[index] /= (timestamp - p_ccb->fcrb.throughput_start); in l2c_fcr_collect_ack_delay()
2333 p_ccb->fcrb.throughput_start = timestamp; in l2c_fcr_collect_ack_delay()
Dl2c_int.h205 UINT32 throughput_start; member