Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.hpp1289 … void SetTimeSyncSeq(uint8_t aTimeSyncSeq) { mInfo.mTxInfo.mIeInfo->mTimeSyncSeq = aTimeSyncSeq; } in SetTimeSyncSeq() function in ot::Mac::TxFrame
/openthread-latest/src/core/common/
Dmessage.hpp1424 void SetTimeSyncSeq(uint8_t aTimeSyncSeq) { GetMetadata().mTimeSyncSeq = aTimeSyncSeq; } in SetTimeSyncSeq() function in ot::Message