Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_defines.h304 HFP_HF_CALL_STATE_HELD, enumerator
H A Dhfp_hf_statemachine.cpp468 } else if (calls_->GetCallByState(HFP_HF_CALL_STATE_HELD) != nullptr) { in ProcessFinishCall()
509 } else if ((calls_->GetCallByState(HFP_HF_CALL_STATE_HELD) != nullptr) || in ProcessRejectCall()
624 } else if (calls_->GetCallByState(HFP_HF_CALL_STATE_HELD) != nullptr) { in ProcessAcceptCall()