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