Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dradio_selector.hpp187 …static constexpr uint8_t kTrelProbeProbability = 25; // Probability percentage to probe on TREL li… member in ot::RadioSelector
Dradio_selector.cpp312 (Random::NonCrypto::GetUint8InRange(0, 100) < kTrelProbeProbability)) in SelectRadio()