Home
last modified time | relevance | path

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

/external/ot-br-posix/src/border_agent/
Dborder_agent.hpp137 struct StateBitmap struct in otbr::BorderAgent
139 uint32_t mConnectionMode : 3;
140 uint32_t mThreadIfStatus : 2;
141 uint32_t mAvailability : 2;
142 uint32_t mBbrIsActive : 1;
143 uint32_t mBbrIsPrimary : 1;
145 StateBitmap(void) in StateBitmap() function