Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_monitor.h107 int8_t otChannelMonitorGetRssiThreshold(otInstance *aInstance);
/openthread-latest/src/core/api/
Dchannel_monitor_api.cpp64 int8_t otChannelMonitorGetRssiThreshold(otInstance *aInstance) in otChannelMonitorGetRssiThreshold() function
/openthread-latest/src/cli/
Dcli.cpp1401 OutputLine("threshold: %d", otChannelMonitorGetRssiThreshold(GetInstancePtr())); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2520 return mEncoder.WriteInt8(otChannelMonitorGetRssiThreshold(mInstance)); in HandlePropertyGet()