Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dlink.h703 uint8_t otLinkGetMaxFrameRetriesIndirect(otInstance *aInstance);
/openthread-3.4.0/src/core/api/
Dlink_api.cpp179 uint8_t otLinkGetMaxFrameRetriesIndirect(otInstance *aInstance) in otLinkGetMaxFrameRetriesIndirect() function
/openthread-3.4.0/src/ncp/
Dncp_base_ftd.cpp322 return mEncoder.WriteUint8(otLinkGetMaxFrameRetriesIndirect(mInstance)); in HandlePropertyGet()
/openthread-3.4.0/src/cli/
Dcli.cpp7930 …error = ProcessGetSet(aArgs + 2, otLinkGetMaxFrameRetriesIndirect, otLinkSetMaxFrameRetriesIndirec… in Process()