Home
last modified time | relevance | path

Searched refs:IProfileHfpHf (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_hfp_hf.h170 * @brief Class for IProfileHfpHf API.
174 class IProfileHfpHf : public IProfile { class
177 * @brief Destroy the IProfileHfpHf object as default.
181 virtual ~IProfileHfpHf() = default;
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hfp_hf_server.cpp128 IProfileHfpHf* HfpHfService_ = nullptr;
140 pimpl_->HfpHfService_ = (IProfileHfpHf*)serviceMgr->GetProfileService(PROFILE_NAME_HFP_HF);
148 pimpl_->HfpHfService_ = (IProfileHfpHf*)serviceMgr->GetProfileService(PROFILE_NAME_HFP_HF);
177 pimpl->HfpHfService_ = (IProfileHfpHf*)serviceMgr->GetProfileService(PROFILE_NAME_HFP_HF); in BluetoothHfpHfServer()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_service.h54 class HfpHfService : public IProfileHfpHf, public utility::Context {
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h1086 IProfileHfpHf *hfService_ {nullptr};
H A Dclassic_adapter.cpp212 hfService_ = (IProfileHfpHf *)IProfileManager::GetInstance()->GetProfileService(PROFILE_NAME_HFP_HF); in ProcessPostEnable()

Completed in 7 milliseconds