Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_header_ie.hpp334 static constexpr uint8_t kThreadIeSubtype = 0x01; member in ot::Mac::ConnectionIe
342 SetSubType(kThreadIeSubtype); in Init()
Dmac_frame.hpp223 const uint8_t *ie = GetThreadIe(ConnectionIe::kThreadIeSubtype); in GetConnectionIe()