Home
last modified time | relevance | path

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

/ohos5.0/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 : BTSystemSt… in OnSysStateChange()
561 …if ((newSysState != oldSysState) && ((newSysState == SYS_STATE_STARTED) || (oldSysState == SYS_STA… in OnSysStateChange()
562 …("oldSysState is %{public}s, newSysState is %{public}s", oldSysState.c_str(), newSysState.c_str()); in OnSysStateChange()