Searched refs:POWER_PARAM (Results 1 – 2 of 2) sorted by relevance
122 const std::map<PowerModeLevel, PowerParam> PowerSpec::POWER_PARAM = { member in OHOS::bluetooth::PowerSpec236 auto its = POWER_PARAM.find(level); in GetPowerParam()237 if (its != POWER_PARAM.end()) { in GetPowerParam()
252 static const std::map<PowerModeLevel, PowerParam> POWER_PARAM; variable