Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dpower_calibration.cpp142 int16_t foundPower = kInvalidPower; in GetPowerSettings() local
160 …if ((actualPower <= targetPower) && ((foundPower == kInvalidPower) || (foundPower <= actualPower))) in GetPowerSettings()
162 foundPower = actualPower; in GetPowerSettings()