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 D | hfp_ag_system_event_processer.cpp | 93 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 D | hfp_ag_system_event_processer.h | 173 void SendHfIndicator(int indId, int indValue) const;
|
H A D | hfp_ag_profile_event_sender.h | 151 void SendHfIndicator(const std::string &device, int indId, int indValue) const;
|
H A D | hfp_ag_system_interface.h | 275 void SendHfIndicator(const std::string &address, int indId, int indValue) const;
|
H A D | hfp_ag_profile_event_sender.cpp | 148 void HfpAgProfileEventSender::SendHfIndicator(const std::string &device, int indId, int indValue) c… in SendHfIndicator() function in OHOS::bluetooth::HfpAgProfileEventSender
|
H A D | hfp_ag_command_processor.cpp | 652 … HfpAgProfileEventSender::GetInstance().SendHfIndicator(dataConn.remoteAddr_, ++index, value); in BievSetter()
|
H A D | hfp_ag_system_interface.cpp | 689 void HfpAgSystemInterface::SendHfIndicator(const std::string &address, int indId, int indValue) con… in SendHfIndicator() function in OHOS::bluetooth::HfpAgSystemInterface
|