Home
last modified time | relevance | path

Searched refs:GetMaxFrameRetriesIndirect (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/mac/
Dmac.hpp365 uint8_t GetMaxFrameRetriesIndirect(void) const { return mMaxFrameRetriesIndirect; } in GetMaxFrameRetriesIndirect() function in ot::Mac::Mac
/openthread-latest/src/core/api/
Dlink_api.cpp204 return AsCoreType(aInstance).Get<Mac::Mac>().GetMaxFrameRetriesIndirect(); in otLinkGetMaxFrameRetriesIndirect()