Searched refs:SCO_ON (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | power_spec.cpp | 22 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::LEVEL_MID, SNIFF_DELAYSET_TIMEOUT_7000_MS)}, 30 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::LEVEL_MID, SNIFF_DELAYSET_TIMEOUT_7000_MS)}, 38 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 46 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 54 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 62 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 70 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 78 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 86 {RequestStatus::SCO_ON, PowerInfo(PowerModeLevel::NO_ACTION, 0)}, 94 {RequestStatus::SCO_ON, PowerInf [all...] |
H A D | power_manager.h | 30 enum class RequestStatus : int { CONNECT_ON, CONNECT_OFF, SCO_ON, SCO_OFF, BUSY, IDLE }; member in OHOS::bluetooth::RequestStatus
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_statemachine.cpp | 384 RequestStatus::SCO_ON, PROFILE_NAME_HFP_AG, RawAddress(event.dev_)); in Dispatch() 578 RequestStatus::SCO_ON, PROFILE_NAME_HFP_AG, RawAddress(event.dev_)); in Dispatch()
|
H A D | hfp_ag_profile.cpp | 164 IPowerManager::GetInstance().StatusUpdate(RequestStatus::SCO_ON, PROFILE_NAME_HFP_AG, rawAddress); in ReadData()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_statemachine.cpp | 238 RequestStatus::SCO_ON, PROFILE_NAME_HFP_HF, RawAddress(event.dev_)); in Dispatch() 347 RequestStatus::SCO_ON, PROFILE_NAME_HFP_HF, RawAddress(event.dev_)); in Dispatch()
|
Completed in 5 milliseconds