Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_base_radio.cpp86 flags |= SPINEL_MD_FLAG_ACKED_FP; in PackRadioFrame()
/external/openthread/src/lib/spinel/
Dspinel.h850 SPINEL_MD_FLAG_ACKED_FP = 0x0010, //!< Packet was acknowledged with frame pending set enumerator
Dradio_spinel_impl.hpp1005 aFrame.mInfo.mRxInfo.mAckedWithFramePending = ((flags & SPINEL_MD_FLAG_ACKED_FP) != 0); in ParseRadioFrame()