Searched refs:rssiBaseScore (Results 1 – 1 of 1) sorted by relevance
88 int rssiBaseScore = (rssi + RSSI_SCORE_OFFSET) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate() local92 int rssiAndThroughputScore = rssiBaseScore + throughputBonusScore; in scoreCandidate()143 int score = rssiBaseScore + throughputBonusScore in scoreCandidate()155 score = TOP_TIER_BASE_SCORE + rssiBaseScore + throughputBonusScore; in scoreCandidate()159 Log.d(TAG, " rssiScore: " + rssiBaseScore in scoreCandidate()