Home
last modified time | relevance | path

Searched refs:IProfile (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_socket.h47 class IProfileSocket : public IProfile {
75 using IProfile::Connect;
H A Dinterface_profile_gatt_server.h160 class IProfileGattServer : public IProfile {
277 using IProfile::Connect;
278 using IProfile::Disconnect;
H A Dinterface_profile_gatt_client.h144 class IProfileGattClient : public IProfile {
274 using IProfile::Connect;
275 using IProfile::Disconnect;
H A Dinterface_profile.h84 class IProfile { class
87 * @brief A destructor used to delete the <b>IProfile</b> instance.
91 virtual ~IProfile() = default;
H A Dinterface_profile_manager.h70 virtual IProfile *GetProfileService(const std::string &name) const = 0;
H A Dinterface_profile_pan.h58 class IProfilePan : public IProfile {
H A Dinterface_profile_hid_host.h58 class IProfileHidHost : public IProfile {
H A Dinterface_profile_hfp_ag.h131 class IProfileHfpAg : public IProfile {
H A Dinterface_profile_a2dp_src.h140 class IProfileA2dp : public IProfile {
H A Dinterface_profile_hfp_hf.h174 class IProfileHfpHf : public IProfile {
H A Dinterface_profile_avrcp_tg.h40 class IProfileAvrcpTg : public IProfile {
H A Dinterface_profile_avrcp_ct.h39 class IProfileAvrcpCt : public IProfile {
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp95 ProfilesList<IProfile *> startedProfiles_ = {};
130 IProfile *profile = ClassCreator<IProfile>::NewInstance(sp.name_); in CreateClassicProfileServices()
150 IProfile *bredrProfile = nullptr; in CreateBleProfileServices()
159 IProfile *newProfile = ClassCreator<IProfile>::NewInstance(sp.name_); in CreateBleProfileServices()
178 IProfile *profile = nullptr; in Stop()
196 IProfile *ProfileServiceManager::GetProfileService(const std::string &name) const in GetProfileService()
198 IProfile *profile = nullptr; in GetProfileService()
289 IProfile *profil in EnableProfiles()
[all...]
H A Dprofile_service_manager.h83 IProfile *GetProfileService(const std::string &name) const override;

Completed in 6 milliseconds