Searched refs:SSR_SPEC (Results 1 – 2 of 2) sorted by relevance
201 const std::map<std::string, std::map<RequestStatus, PowerSsrLevel>> PowerSpec::SSR_SPEC = { member in OHOS::bluetooth::PowerSpec245 auto profileIts = SSR_SPEC.find(profileName); in GetPowerSsrLevel()246 if (profileIts != SSR_SPEC.end()) { in GetPowerSsrLevel()
265 static const std::map<std::string, std::map<RequestStatus, PowerSsrLevel>> SSR_SPEC; variable