Home
last modified time | relevance | path

Searched refs:IsProfilesTurning (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp314 if (!IsProfilesTurning(BTTransport::ADAPTER_BREDR)) { in EnableCompleteProcess()
323 if (!IsProfilesTurning(BTTransport::ADAPTER_BLE)) { in EnableCompleteProcess()
329 bool ProfileServiceManager::IsProfilesTurning(const BTTransport transport) const in IsProfilesTurning() function in OHOS::bluetooth::ProfileServiceManager
466 if (!IsProfilesTurning(BTTransport::ADAPTER_BREDR)) { in DisableCompleteProcess()
475 if (!IsProfilesTurning(BTTransport::ADAPTER_BLE)) { in DisableCompleteProcess()
H A Dprofile_service_manager.h214 bool IsProfilesTurning(const BTTransport transport) const;