Searched refs:RSSI_SCORE_OFFSET (Results 1 – 3 of 3) sorted by relevance
41 public static final int RSSI_SCORE_OFFSET = 85; field in CompatibilityScorer81 int score = (rssi + RSSI_SCORE_OFFSET) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate()
43 public static final int RSSI_SCORE_OFFSET = 85; field in ScoreCardBasedScorer116 int cutoff = -RSSI_SCORE_OFFSET; in estimatedCutoff()
50 public static final int RSSI_SCORE_OFFSET = 85; field in ThroughputScorer88 int rssiBaseScore = (rssi + RSSI_SCORE_OFFSET) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate()