Searched defs:SetExtendedPanId (Results 1 – 3 of 3) sorted by relevance
| /external/openthread/src/core/meshcop/ | ||
| D | dataset.hpp | 350         void SetExtendedPanId(const ExtendedPanId &aExtendedPanId)  in SetExtendedPanId()  function in ot::MeshCoP::Dataset::Info | 
| D | meshcop_tlvs.hpp | 486     void SetExtendedPanId(const ExtendedPanId &aExtendedPanId) { mExtendedPanId = aExtendedPanId; }  in SetExtendedPanId()  function in ot::MeshCoP::ExtendedPanIdTlv | 
| /external/openthread/src/core/mac/ | ||
| D | mac_frame.hpp | 1616     void SetExtendedPanId(const otExtendedPanId &aExtPanId) { mExtendedPanId = aExtPanId; }  in SetExtendedPanId()  function in ot::Mac::BeaconPayload |