Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dlink.h611 uint8_t otLinkGetMaxFrameRetriesDirect(otInstance *aInstance);
/openthread-latest/src/core/api/
Dlink_api.cpp190 uint8_t otLinkGetMaxFrameRetriesDirect(otInstance *aInstance) in otLinkGetMaxFrameRetriesDirect() function
/openthread-latest/src/cli/
Dcli.cpp6990 … error = ProcessGetSet(aArgs + 2, otLinkGetMaxFrameRetriesDirect, otLinkSetMaxFrameRetriesDirect); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp448 return mEncoder.WriteUint8(otLinkGetMaxFrameRetriesDirect(mInstance)); in HandlePropertyGet()