Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile_event_sender.h84 void EnableNoiseReduction(const std::string &device, bool enable) const;
H A Dhfp_ag_profile_event_sender.cpp81 void HfpAgProfileEventSender::EnableNoiseReduction(const std::string &device, bool enable) const in EnableNoiseReduction() function in OHOS::bluetooth::HfpAgProfileEventSender
H A Dhfp_ag_command_processor.cpp431 HfpAgProfileEventSender::GetInstance().EnableNoiseReduction(dataConn.remoteAddr_, nrec); in NrecSetter()