Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.hpp1079 void SetTimeSyncState(bool aOn) { mTimeSyncOn = aOn; } in SetTimeSyncState() function in ot::Spinel::RadioSpinel
/openthread-latest/src/posix/platform/
Dradio.cpp224 GetRadioSpinel().SetTimeSyncState(otIp6IsEnabled(aInstance)); in platformRadioHandleStateChange()