Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dextended_panid.cpp61 void ExtendedPanIdManager::SetExtPanId(const ExtendedPanId &aExtendedPanId) in SetExtPanId() argument
63 … IgnoreError(Get<Notifier>().Update(mExtendedPanId, aExtendedPanId, kEventThreadExtPanIdChanged)); in SetExtPanId()
Dextended_panid.hpp96 void SetExtPanId(const ExtendedPanId &aExtendedPanId);
/openthread-latest/src/core/api/
Dthread_api.cpp57 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId) in otThreadSetExtendedPanId() argument
61 const MeshCoP::ExtendedPanId &extPanId = AsCoreType(aExtendedPanId); in otThreadSetExtendedPanId()
/openthread-latest/include/openthread/
Dthread.h374 otError otThreadSetExtendedPanId(otInstance *aInstance, const otExtendedPanId *aExtendedPanId);