Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Dtlvs.hpp536 … return FindStringTlv(aMessage, StringTlvType::kType, StringTlvType::kMaxStringLength, aValue); in Find()
700 …static Error FindStringTlv(const Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, char …
Dtlvs.cpp212 Error Tlv::FindStringTlv(const Message &aMessage, uint8_t aType, uint8_t aMaxStringLength, char *aV… in FindStringTlv() function in ot::Tlv