Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/mac/
Dmac.hpp350 uint8_t GetMaxFrameRetriesDirect(void) const { return mMaxFrameRetriesDirect; } in GetMaxFrameRetriesDirect() function in ot::Mac::Mac
/openthread-3.5.0/src/core/api/
Dlink_api.cpp169 return AsCoreType(aInstance).Get<Mac::Mac>().GetMaxFrameRetriesDirect(); in otLinkGetMaxFrameRetriesDirect()