Searched refs:AppendStringTlv (Results 1 – 2 of 2) sorted by relevance
633 … return AppendStringTlv(aMessage, StringTlvType::kType, StringTlvType::kMaxStringLength, aValue); in Append()701 …static Error AppendStringTlv(Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, const cha…
253 Error Tlv::AppendStringTlv(Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, const char *… in AppendStringTlv() function in ot::Tlv