Searched defs:ContainsTlv (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/meshcop/ | ||
D | dataset.hpp | 251 bool ContainsTlv(Tlv::Type aType) const { return (FindTlv(aType) != nullptr); } in ContainsTlv() function in ot::MeshCoP::Dataset |
/openthread-latest/src/core/thread/ | ||
D | mle.cpp | 5361 bool Mle::RxMessage::ContainsTlv(Tlv::Type aTlvType) const in ContainsTlv() function in ot::Mle::Mle::RxMessage |