Home
last modified time | relevance | path

Searched defs:SetTimeSyncSeq (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp1621 … void SetTimeSyncSeq(uint8_t aTimeSyncSeq) { mInfo.mTxInfo.mIeInfo->mTimeSyncSeq = aTimeSyncSeq; } in SetTimeSyncSeq() function in ot::Mac::TxFrame
/aosp_15_r20/external/openthread/src/core/common/
H A Dmessage.hpp1466 void SetTimeSyncSeq(uint8_t aTimeSyncSeq) { GetMetadata().mTimeSyncSeq = aTimeSyncSeq; } in SetTimeSyncSeq() function in ot::Message