Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_profile_event_sender.h248 void OpenVoiceRecognitionResult(const std::string &address, int result) const;
H A Dhfp_hf_profile_event_sender.cpp243 void HfpHfProfileEventSender::OpenVoiceRecognitionResult(const std::string &address, int result) co… in OpenVoiceRecognitionResult() function in OHOS::bluetooth::HfpHfProfileEventSender
H A Dhfp_hf_command_processor.cpp115 sender.OpenVoiceRecognitionResult(dataConn.remoteAddr_, HFP_HF_AT_RESULT_OK); in ProcessOK()