Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Ddataset.cpp363 Error Dataset::WriteTlv(Tlv::Type aType, const void *aValue, uint8_t aLength) in WriteTlv() function in ot::MeshCoP::Dataset
392 Error Dataset::WriteTlv(const Tlv &aTlv) { return WriteTlv(aTlv.GetType(), aTlv.GetValue(), aTlv.Ge… in WriteTlv() function in ot::MeshCoP::Dataset