Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dradio.h137OT_RADIO_CAPS_ALT_SHORT_ADDR = 1 << 10, ///< Radio supports setting alternate short address. enumerator
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp854 VerifyOrExit(sRadioCaps & OT_RADIO_CAPS_ALT_SHORT_ADDR); in SetAlternateShortAddress()