Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_statemachine.cpp461 if ((calls_->GetCallByState(HFP_HF_CALL_STATE_ACTIVE) != nullptr) || in ProcessFinishCall()
583 if (calls_->GetCallByState(HFP_HF_CALL_STATE_ACTIVE) != nullptr) { in ProcessHoldCall()
606 …if ((calls_->GetCallByState(HFP_HF_CALL_STATE_ACTIVE) == nullptr) && (flag != HFP_HF_ACCEPT_CALL_A… in ProcessAcceptCall()
630 } else if (calls_->GetCallByState(HFP_HF_CALL_STATE_ACTIVE) != nullptr) { in ProcessAcceptCall()
H A Dhfp_hf_defines.h303 HFP_HF_CALL_STATE_ACTIVE = 0, enumerator