Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dtcat_agent.hpp374 bool CanProcessTlv(uint8_t aTlvType) const;
Dtcat_agent.cpp360 bool TcatAgent::CanProcessTlv(uint8_t aTlvType) const in CanProcessTlv() function in ot::MeshCoP::TcatAgent
390 if (!CanProcessTlv(tlv.GetType())) in HandleSingleTlv()