Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_spec.cpp122 const std::map<PowerModeLevel, PowerParam> PowerSpec::POWER_PARAM = { member in OHOS::bluetooth::PowerSpec
236 auto its = POWER_PARAM.find(level); in GetPowerParam()
237 if (its != POWER_PARAM.end()) { in GetPowerParam()
H A Dpower_spec.h252 static const std::map<PowerModeLevel, PowerParam> POWER_PARAM; variable