Home
last modified time | relevance | path

Searched refs:CallHeldStateNotify (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.h102 void CallHeldStateNotify(const std::string &address, int callheld) const;
H A Dhfp_hf_profile_event_sender.cpp95 void HfpHfProfileEventSender::CallHeldStateNotify(const std::string &address, int callheld) const in CallHeldStateNotify() function in OHOS::bluetooth::HfpHfProfileEventSender
H A Dhfp_hf_command_processor.cpp529 sender.CallHeldStateNotify(dataConn.remoteAddr_, value); in ProcessIndicator()