Searched refs:mCcaFailureRateThreshold (Results 1 – 2 of 2) sorted by relevance
64 , mCcaFailureRateThreshold(kCcaFailureRateThreshold) in ChannelManager()283 bool shouldAttempt = (ccaFailureRate >= mCcaFailureRateThreshold); in ShouldAttemptChannelChange()286 mCcaFailureRateThreshold, ToYesNo(shouldAttempt)); in ShouldAttemptChannelChange()484 mCcaFailureRateThreshold = aThreshold; in SetCcaFailureRateThreshold()486 LogInfo("CCA threshold: 0x%04x", mCcaFailureRateThreshold); in SetCcaFailureRateThreshold()
282 uint16_t GetCcaFailureRateThreshold(void) const { return mCcaFailureRateThreshold; } in GetCcaFailureRateThreshold()362 uint16_t mCcaFailureRateThreshold; member in ot::Utils::ChannelManager