Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dthread.h81 …bool mRxOnWhenIdle : 1; ///< 1, if the sender has its receiver on when not transmitting. 0, otherw… member
102 bool mRxOnWhenIdle : 1; ///< rx-on-when-idle member
Dthread_ftd.h72 bool mRxOnWhenIdle : 1; ///< rx-on-when-idle member
Dhistory_tracker.h189 bool mRxOnWhenIdle : 1; ///< Rx-on-when-idle. member
/external/ot-br-posix/src/dbus/common/
Dtypes.hpp80 … bool mRxOnWhenIdle; ///< 1, if the sender has its receiver on when not transmitting. 0, otherwise. member
481 bool mRxOnWhenIdle; ///< rx-on-when-idle member
499 bool mRxOnWhenIdle; ///< rx-on-when-idle member
/external/openthread/src/core/mac/
Dmac.hpp804 bool mRxOnWhenIdle : 1; member in ot::Mac::Mac