Home
last modified time | relevance | path

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

/external/openthread/src/core/meshcop/
Ddataset.hpp350 void SetExtendedPanId(const ExtendedPanId &aExtendedPanId) in SetExtendedPanId() function in ot::MeshCoP::Dataset::Info
Dmeshcop_tlvs.hpp486 void SetExtendedPanId(const ExtendedPanId &aExtendedPanId) { mExtendedPanId = aExtendedPanId; } in SetExtendedPanId() function in ot::MeshCoP::ExtendedPanIdTlv
/external/openthread/src/core/mac/
Dmac_frame.hpp1616 void SetExtendedPanId(const otExtendedPanId &aExtPanId) { mExtendedPanId = aExtPanId; } in SetExtendedPanId() function in ot::Mac::BeaconPayload