Searched refs:RSSI_SCORE_SLOPE_IS_4 (Results 1 – 3 of 3) sorted by relevance
44 public static final int RSSI_SCORE_SLOPE_IS_4 = 4; field in CompatibilityScorer81 int score = (rssi + RSSI_SCORE_OFFSET) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate()
46 public static final int RSSI_SCORE_SLOPE_IS_4 = 4; field in ScoreCardBasedScorer90 int score = (rssi - cutoff) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate()
53 public static final int RSSI_SCORE_SLOPE_IS_4 = 4; field in ThroughputScorer88 int rssiBaseScore = (rssi + RSSI_SCORE_OFFSET) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate()