Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dchannel_manager.h110 otError otChannelManagerSetDelay(otInstance *aInstance, uint16_t aDelay);
/openthread-latest/src/core/api/
Dchannel_manager_api.cpp65 otError otChannelManagerSetDelay(otInstance *aInstance, uint16_t aDelay) in otChannelManagerSetDelay() function
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1275 error = otChannelManagerSetDelay(mInstance, delay); in HandlePropertySet()
/openthread-latest/src/cli/
Dcli.cpp1533 error = ProcessGetSet(aArgs + 2, otChannelManagerGetDelay, otChannelManagerSetDelay); in Process()