Home
last modified time | relevance | path

Searched refs:ProcessErrorCmd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_command_processor.h202 void ProcessErrorCmd(HfpHfDataConnection &dataConn, const std::string &arg);
H A Dhfp_hf_command_processor.cpp29 std::make_pair<std::string, HfpHfAtHandler>("ERROR", {&HfpHfCommandProcessor::ProcessErrorCmd}),
144 void HfpHfCommandProcessor::ProcessErrorCmd(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessErrorCmd() function in OHOS::bluetooth::HfpHfCommandProcessor