Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_header_ie.hpp374 uint8_t GetRetryCount(void) const { return mConnectionWindow & kRetryCountMask; } in GetRetryCount()
383 mConnectionWindow = aRetryCount | (mConnectionWindow & ~kRetryCountMask); in SetRetryCount()
389 static constexpr uint8_t kRetryCountMask = 0xf; member in ot::Mac::ConnectionIe