Lines Matching refs:MeshCoP
51 , MeshCoP::Tls::Extension(mTls) in BleSecure()
97 Error BleSecure::TcatStart(MeshCoP::TcatAgent::JoinCallback aJoinHandler) in TcatStart()
167 void BleSecure::SetPsk(const MeshCoP::JoinerPskd &aPskd) in SetPsk()
169 static_assert(static_cast<uint16_t>(MeshCoP::JoinerPskd::kMaxLength) <= in SetPsk()
170 static_cast<uint16_t>(MeshCoP::Tls::kPskMaxLength), in SetPsk()
217 tlv.SetType(ot::MeshCoP::TcatAgent::kTlvSendApplicationData); in SendApplicationTlv()
225 tlv.SetType(ot::MeshCoP::TcatAgent::kTlvSendApplicationData); in SendApplicationTlv()
310 void BleSecure::HandleTlsConnectEvent(MeshCoP::Tls::ConnectEvent aEvent, void *aContext) in HandleTlsConnectEvent()
315 void BleSecure::HandleTlsConnectEvent(MeshCoP::Tls::ConnectEvent aEvent) in HandleTlsConnectEvent()
317 if (aEvent == MeshCoP::Tls::kConnected) in HandleTlsConnectEvent()
345 mConnectCallback.InvokeIfSet(&GetInstance(), aEvent == MeshCoP::Tls::kConnected, true); in HandleTlsConnectEvent()