Home
last modified time | relevance | path

Searched refs:AppendStringTlv (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Dtlvs.hpp633 … return AppendStringTlv(aMessage, StringTlvType::kType, StringTlvType::kMaxStringLength, aValue); in Append()
701 …static Error AppendStringTlv(Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, const cha…
Dtlvs.cpp253 Error Tlv::AppendStringTlv(Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, const char *… in AppendStringTlv() function in ot::Tlv