Home
last modified time | relevance | path

Searched refs:GetProfileServiceConnectState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_manager.h87 virtual BTConnectState GetProfileServiceConnectState(const uint32_t profileID) const = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.h150 BTConnectState GetProfileServiceConnectState(const uint32_t profileID) const override;
H A Dprofile_service_manager.cpp541 BTConnectState ProfileServiceManager::GetProfileServiceConnectState(const uint32_t profileID) const in GetProfileServiceConnectState() function in OHOS::bluetooth::ProfileServiceManager
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp962 state = (int32_t)IProfileManager::GetInstance()->GetProfileServiceConnectState(profileId); in GetBtProfileConnState()