Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dpower_calibration.hpp145 bool IsPowerUpdated(void) const { return mCalibratedPowerIndex == kInvalidIndex; } in IsPowerUpdated() function in ot::Utils::PowerCalibration
Dpower_calibration.cpp149 VerifyOrExit((mLastChannel != aChannel) || IsPowerUpdated()); in GetPowerSettings()