Home
last modified time | relevance | path

Searched refs:SendHfIndicator (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_event_processer.cpp93 SendHfIndicator(event.arg1_, event.arg3_); in ExecuteEventProcess()
331 void HfpAgSystemEventProcesser::SendHfIndicator(int indId, int indValue) const in SendHfIndicator() function in OHOS::bluetooth::HfpAgSystemEventProcesser
333 systemInterface_.SendHfIndicator(address_, indId, indValue); in SendHfIndicator()
H A Dhfp_ag_system_event_processer.h173 void SendHfIndicator(int indId, int indValue) const;
H A Dhfp_ag_profile_event_sender.h151 void SendHfIndicator(const std::string &device, int indId, int indValue) const;
H A Dhfp_ag_system_interface.h275 void SendHfIndicator(const std::string &address, int indId, int indValue) const;
H A Dhfp_ag_profile_event_sender.cpp148 void HfpAgProfileEventSender::SendHfIndicator(const std::string &device, int indId, int indValue) c… in SendHfIndicator() function in OHOS::bluetooth::HfpAgProfileEventSender
H A Dhfp_ag_command_processor.cpp652 … HfpAgProfileEventSender::GetInstance().SendHfIndicator(dataConn.remoteAddr_, ++index, value); in BievSetter()
H A Dhfp_ag_system_interface.cpp689 void HfpAgSystemInterface::SendHfIndicator(const std::string &address, int indId, int indValue) con… in SendHfIndicator() function in OHOS::bluetooth::HfpAgSystemInterface