Home
last modified time | relevance | path

Searched refs:CallSetupStateNotify (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.h94 void CallSetupStateNotify(const std::string &address, int callsetup) const;
H A Dhfp_hf_profile_event_sender.cpp87 void HfpHfProfileEventSender::CallSetupStateNotify(const std::string &address, int callsetup) const in CallSetupStateNotify() function in OHOS::bluetooth::HfpHfProfileEventSender
H A Dhfp_hf_command_processor.cpp527 sender.CallSetupStateNotify(dataConn.remoteAddr_, value); in ProcessIndicator()