Searched refs:txSuccessPps (Results 1 – 1 of 1) sorted by relevance
154 double txSuccessPps = wifiInfo.getSuccessfulTxPacketsPerSecond(); in adjustThreshold() local156 if (txSuccessPps < mMinimumPpsForMeasuringSuccess) return; in adjustThreshold()160 double probabilityOfSuccessfulTx = txSuccessPps / (txSuccessPps + txBadPps + txRetriesPps); in adjustThreshold()