Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/meshcop/
H A Ddataset.cpp355 Error Dataset::WriteTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in WriteTlv() function in ot::MeshCoP::Dataset
384 Error Dataset::WriteTlv(const Tlv &aTlv) { return WriteTlv(aTlv.GetType(), aTlv.GetValue(), aTlv.Ge… in WriteTlv() function in ot::MeshCoP::Dataset