Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.cpp120 int ssrRet = pd_.BtmSetSniffSubrating(PowerSpec::GetPowerSsrParam(powerLevel.first)); in Entry()
157 … int ssrRet = pd_.BtmSetSniffSubrating(PowerSpec::GetPowerSsrParam(powerLevel.first)); in Dispatch()
281 int ssrRet = pd_.BtmSetSniffSubrating(PowerSpec::GetPowerSsrParam(powerLevel.first)); in Entry()
318 pd_.BtmSetSniffSubrating(PowerSpec::GetPowerSsrParam(powerLevel.first)); in Dispatch()
H A Dpower_spec.h237 static PowerSsrParam GetPowerSsrParam(PowerSsrLevel level);
H A Dpower_spec.cpp255 PowerSsrParam PowerSpec::GetPowerSsrParam(PowerSsrLevel level) in GetPowerSsrParam() function in OHOS::bluetooth::PowerSpec