Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dlink.h712 void otLinkSetMaxFrameRetriesIndirect(otInstance *aInstance, uint8_t aMaxFrameRetriesIndirect);
/external/openthread/src/core/api/
Dlink_api.cpp188 void otLinkSetMaxFrameRetriesIndirect(otInstance *aInstance, uint8_t aMaxFrameRetriesIndirect) in otLinkSetMaxFrameRetriesIndirect() function
/external/openthread/src/ncp/
Dncp_base_ftd.cpp331 otLinkSetMaxFrameRetriesIndirect(mInstance, maxFrameRetriesIndirect); in HandlePropertySet()
/external/openthread/src/cli/
Dcli.cpp4820 …ror = ProcessGetSet(aArgs + 2, otLinkGetMaxFrameRetriesIndirect, otLinkSetMaxFrameRetriesIndirect); in Process()