Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h619 void otLinkSetMaxFrameRetriesDirect(otInstance *aInstance, uint8_t aMaxFrameRetriesDirect);
/openthread-latest/src/core/api/
Dlink_api.cpp195 void otLinkSetMaxFrameRetriesDirect(otInstance *aInstance, uint8_t aMaxFrameRetriesDirect) in otLinkSetMaxFrameRetriesDirect() function
/openthread-latest/src/cli/
Dcli.cpp6990 … error = ProcessGetSet(aArgs + 2, otLinkGetMaxFrameRetriesDirect, otLinkSetMaxFrameRetriesDirect); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp457 otLinkSetMaxFrameRetriesDirect(mInstance, maxFrameRetriesDirect); in HandlePropertySet()