Searched refs:kExtAddress (Results 1 – 1 of 1) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 103 static constexpr otExtAddress kExtAddress = {{0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08}}; in HandleSpinelCommand() local 105 return mRadioSpinel.Set(SPINEL_PROP_MAC_15_4_LADDR, SPINEL_DATATYPE_EUI64_S, kExtAddress.m8); in HandleSpinelCommand() 208 static constexpr otExtAddress kExtAddress = {{0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88}}; in HandleSpinelCommand() local 210 …inel.Insert(SPINEL_PROP_MAC_SRC_MATCH_EXTENDED_ADDRESSES, SPINEL_DATATYPE_EUI64_S, kExtAddress.m8); in HandleSpinelCommand() 233 … static constexpr otExtAddress kExtAddress = {{0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88}}; in HandleSpinelCommand() local 239 kExtAddress.m8, kFlags); in HandleSpinelCommand()
|