Home
last modified time | relevance | path

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

/external/openthread/tests/unit/
Dtest_platform.cpp138 OT_TOOL_WEAK void otPlatRadioSetExtendedAddress(otInstance *, const otExtAddress *) in otPlatRadioSetExtendedAddress()
209 OT_TOOL_WEAK otError otPlatRadioAddSrcMatchExtEntry(otInstance *, const otExtAddress *) in otPlatRadioAddSrcMatchExtEntry()
219 OT_TOOL_WEAK otError otPlatRadioClearSrcMatchExtEntry(otInstance *, const otExtAddress *) in otPlatRadioClearSrcMatchExtEntry()
427 …OOL_WEAK otError otPlatRadioEnableCsl(otInstance *, uint32_t, otShortAddress, const otExtAddress *) in otPlatRadioEnableCsl()
470 const otExtAddress *) in otPlatRadioConfigureEnhAckProbing()
/external/openthread/include/openthread/platform/
Dradio.h172 struct otExtAddress struct
181 typedef struct otExtAddress otExtAddress; argument
/external/openthread/src/core/radio/
Dradio.hpp973 inline Error Radio::EnableCsl(uint32_t, otShortAddress aShortAddr, const otExtAddress *) in EnableCsl()