Searched refs:probabilityThreshold (Results 1 – 1 of 1) sorted by relevance
541 uint32_t probabilityThreshold; in GetRssi() local549 probabilityThreshold = (aChannel - SIM_RADIO_CHANNEL_MIN) * SIM_HIGH_RSSI_PROB_INC_PER_CHANNEL; in GetRssi()551 if (otRandomNonCryptoGetUint16() < (probabilityThreshold * 0xffff / 100)) in GetRssi()