Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.cpp549 unsigned int profileStateMask = (unsigned int)profile->GetConnectState(); in GetProfileServiceConnectState() local
550 LOG_DEBUG("%{public}s profileStateMask is %{public}d", __PRETTY_FUNCTION__, profileStateMask); in GetProfileServiceConnectState()
551 if (profileStateMask & PROFILE_STATE_CONNECTED) { in GetProfileServiceConnectState()
553 } else if (profileStateMask & PROFILE_STATE_CONNECTING) { in GetProfileServiceConnectState()
555 } else if (profileStateMask & PROFILE_STATE_DISCONNECTING) { in GetProfileServiceConnectState()

Completed in 1 milliseconds