Home
last modified time | relevance | path

Searched refs:BtmSetSniffSubrating (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_device.h148 int BtmSetSniffSubrating(const PowerSsrParam &ssrParam) const;
H A Dpower_device.cpp200 int PowerDevice::BtmSetSniffSubrating(const PowerSsrParam &ssrParam) const in BtmSetSniffSubrating() function in OHOS::bluetooth::PowerDevice