Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_spec.cpp201 const std::map<std::string, std::map<RequestStatus, PowerSsrLevel>> PowerSpec::SSR_SPEC = { member in OHOS::bluetooth::PowerSpec
245 auto profileIts = SSR_SPEC.find(profileName); in GetPowerSsrLevel()
246 if (profileIts != SSR_SPEC.end()) { in GetPowerSsrLevel()
H A Dpower_spec.h265 static const std::map<std::string, std::map<RequestStatus, PowerSsrLevel>> SSR_SPEC; variable