Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base_mtd.cpp453 uint8_t maxFrameRetriesDirect; in HandlePropertySet() local
456 SuccessOrExit(error = mDecoder.ReadUint8(maxFrameRetriesDirect)); in HandlePropertySet()
457 otLinkSetMaxFrameRetriesDirect(mInstance, maxFrameRetriesDirect); in HandlePropertySet()