Home
last modified time | relevance | path

Searched refs:ProcessBrsf (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.h213 void ProcessBrsf(HfpHfDataConnection &dataConn, const std::string &arg);
H A Dhfp_hf_command_processor.cpp33 std::make_pair<std::string, HfpHfAtHandler>("+BRSF:", {&HfpHfCommandProcessor::ProcessBrsf}),
246 void HfpHfCommandProcessor::ProcessBrsf(HfpHfDataConnection &dataConn, const std::string &arg) in ProcessBrsf() function in OHOS::bluetooth::HfpHfCommandProcessor