Home
last modified time | relevance | path

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

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