Home
last modified time | relevance | path

Searched refs:TcatAgent (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/src/core/meshcop/
Dtcat_agent.cpp57 bool TcatAgent::VendorInfo::IsValid(void) const in IsValid()
62 TcatAgent::TcatAgent(Instance &aInstance) in TcatAgent() function in ot::MeshCoP::TcatAgent
76 Error TcatAgent::Start(const TcatAgent::VendorInfo &aVendorInfo, in Start()
101 void TcatAgent::Stop(void) in Stop()
111 Error TcatAgent::Connected(MeshCoP::SecureTransport &aTlsContext) in Connected()
170 void TcatAgent::Disconnected(void) in Disconnected()
183 bool TcatAgent::CheckCommandClassAuthorizationFlags(CommandClassFlags aCommissionerCommandClassFlag… in CheckCommandClassAuthorizationFlags()
281 bool TcatAgent::IsCommandClassAuthorized(CommandClass aCommandClass) const in IsCommandClassAuthorized()
319 TcatAgent::CommandClass TcatAgent::GetCommandClass(uint8_t aTlvType) const in GetCommandClass()
353 bool TcatAgent::CanProcessTlv(uint8_t aTlvType) const in CanProcessTlv()
[all …]
Dtcat_agent.hpp64 class TcatAgent : public InstanceLocator, private NonCopyable class
265 explicit TcatAgent(Instance &aInstance);
364 DefineCoreType(otTcatVendorInfo, MeshCoP::TcatAgent::VendorInfo);
366 DefineMapEnum(otTcatApplicationProtocol, MeshCoP::TcatAgent::TcatApplicationProtocol);
368 typedef UintTlvInfo<MeshCoP::TcatAgent::kTlvResponseWithStatus, uint8_t> ResponseWithStatusTlv;
/openthread-3.6.0/src/core/radio/
Dble_secure.hpp75 typedef MeshCoP::TcatAgent::CommandClass CommandClass;
112 …Error TcatStart(const MeshCoP::TcatAgent::VendorInfo &aVendorInfo, MeshCoP::TcatAgent::JoinCallbac…
471 MeshCoP::TcatAgent mTcatAgent;
Dble_secure.cpp89 Error BleSecure::TcatStart(const MeshCoP::TcatAgent::VendorInfo &aVendorInfo, in TcatStart()
90 MeshCoP::TcatAgent::JoinCallback aJoinHandler) in TcatStart()
208 tlv.SetType(ot::MeshCoP::TcatAgent::kTlvSendApplicationData); in SendApplicationTlv()
216 tlv.SetType(ot::MeshCoP::TcatAgent::kTlvSendApplicationData); in SendApplicationTlv()