Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_ftd.cpp327 uint8_t maxFrameRetriesIndirect; in HandlePropertySet() local
330 SuccessOrExit(error = mDecoder.ReadUint8(maxFrameRetriesIndirect)); in HandlePropertySet()
331 otLinkSetMaxFrameRetriesIndirect(mInstance, maxFrameRetriesIndirect); in HandlePropertySet()