Searched refs:IsPowerUpdated (Results 1 – 2 of 2) sorted by relevance
145 bool IsPowerUpdated(void) const { return mCalibratedPowerIndex == kInvalidIndex; } in IsPowerUpdated() function in ot::Utils::PowerCalibration
149 VerifyOrExit((mLastChannel != aChannel) || IsPowerUpdated()); in GetPowerSettings()