Home
last modified time | relevance | path

Searched refs:HfpHfCurrentCallData (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_message.h36 HfpHfCurrentCallData call_ {};
H A Dhfp_hf_profile_event_sender.h134 void CurrentCallsReply(const std::string &address, const HfpHfCurrentCallData &call) const;
H A Dhfp_hf_defines.h133 } HfpHfCurrentCallData; typedef
H A Dhfp_hf_profile_event_sender.cpp129 …eEventSender::CurrentCallsReply(const std::string &address, const HfpHfCurrentCallData &call) const in CurrentCallsReply()
H A Dhfp_hf_command_processor.cpp329 HfpHfCurrentCallData callData {idx, dir, status, mode, mprty, "", 0}; in ProcessClcc()