Home
last modified time | relevance | path

Searched refs:SNR_MARGIN_DB (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DThroughputPredictor.java97 private static final int SNR_MARGIN_DB = 16; field in ThroughputPredictor
332 int noiseFloorDbm = NOISE_FLOOR_20MHZ_DBM + noiseFloorDbBoost + SNR_MARGIN_DB; in predictThroughputInternal()