Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth_standard/service/src/common/
Dpower_state_machine.cpp116 auto powerLevel = pd_.GetRequestPowerLevel(); in Entry()
152 auto powerLevel = pd_.GetRequestPowerLevel(); in Dispatch()
170 auto powerLevel = pd_.GetRequestPowerLevel(); in Dispatch()
205 if (pd_.GetControlPowerLevel() != pd_.GetRequestPowerLevel()) { in Dispatch()
209 pd_.GetRequestPowerLevel().second, in Dispatch()
213 pd_.GetRequestPowerLevel().first, in Dispatch()
261 pd_.GetRequestPowerLevel().second, in Dispatch()
265 pd_.GetRequestPowerLevel().first, in Dispatch()
277 auto powerLevel = pd_.GetRequestPowerLevel(); in Entry()
313 auto powerLevel = pd_.GetRequestPowerLevel(); in Dispatch()
[all …]
Dpower_device.h171 const std::pair<PowerSsrLevel, PowerModeLevel> &GetRequestPowerLevel() const;
Dpower_device.cpp167 UpdateControlSniffSubrating(GetRequestPowerLevel().first); in SniffSubratingCompleteCallback()
239 const std::pair<PowerSsrLevel, PowerModeLevel> &PowerDevice::GetRequestPowerLevel() const in GetRequestPowerLevel() function in bluetooth::PowerDevice