Home
last modified time | relevance | path

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

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