Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp110 static constexpr uint16_t kShortAddress = 0x1100; in HandleSpinelCommand() local
112 return mRadioSpinel.Set(SPINEL_PROP_MAC_15_4_SADDR, SPINEL_DATATYPE_UINT16_S, kShortAddress); in HandleSpinelCommand()
199 static constexpr uint16_t kShortAddress = 0x1122; in HandleSpinelCommand() local
201 …oSpinel.Insert(SPINEL_PROP_MAC_SRC_MATCH_SHORT_ADDRESSES, SPINEL_DATATYPE_UINT16_S, kShortAddress); in HandleSpinelCommand()
216 static constexpr uint16_t kShortAddress = 0x1122; in HandleSpinelCommand() local
218 …oSpinel.Remove(SPINEL_PROP_MAC_SRC_MATCH_SHORT_ADDRESSES, SPINEL_DATATYPE_UINT16_S, kShortAddress); in HandleSpinelCommand()
232 static constexpr uint16_t kShortAddress = 0x1122; in HandleSpinelCommand() local
238 … SPINEL_DATATYPE_UINT16_S SPINEL_DATATYPE_EUI64_S SPINEL_DATATYPE_UINT8_S, kShortAddress, in HandleSpinelCommand()