Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.cpp551 std::string newSysState = state; in OnSysStateChange() local
560 BTSystemState notifySysState = (newSysState == SYS_STATE_STARTED) ? BTSystemState::ON : BTSystemState::OFF; in OnSysStateChange()
561 if ((newSysState != oldSysState) && ((newSysState == SYS_STATE_STARTED) || (oldSysState == SYS_STATE_STARTED))) { in OnSysStateChange()
562 HILOGE("oldSysState is %{public}s, newSysState is %{public}s", oldSysState.c_str(), newSysState.c_str()); in OnSysStateChange()

Completed in 2 milliseconds