Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dchannel_manager.h87 uint16_t otChannelManagerGetDelay(otInstance *aInstance);
/external/openthread/src/core/api/
Dchannel_manager_api.cpp56 uint16_t otChannelManagerGetDelay(otInstance *aInstance) in otChannelManagerGetDelay() function
/external/openthread/src/ncp/
Dncp_base_ftd.cpp1269 return mEncoder.WriteUint16(otChannelManagerGetDelay(mInstance)); in HandlePropertyGet()
/external/openthread/src/cli/
Dcli.cpp1118 OutputLine("delay: %d", otChannelManagerGetDelay(GetInstancePtr())); in Process()