Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_monitor.h89 bool otChannelMonitorIsEnabled(otInstance *aInstance);
/openthread-latest/src/core/api/
Dchannel_monitor_api.cpp52 bool otChannelMonitorIsEnabled(otInstance *aInstance) in otChannelMonitorIsEnabled() function
/openthread-latest/src/cli/
Dcli.cpp1394 OutputLine("enabled: %d", otChannelMonitorIsEnabled(GetInstancePtr())); in Process()
1395 if (otChannelMonitorIsEnabled(GetInstancePtr())) in Process()