Searched refs:BorderAgentLocatorTlv (Results 1 – 5 of 5) sorted by relevance
122 BorderAgentLocatorTlv *borderAgentLocator; in HandleTmf()133 … borderAgentLocator = Get<NetworkData::Leader>().FindInCommissioningData<BorderAgentLocatorTlv>(); in HandleTmf()258 return static_cast<uint8_t>(sizeof(BorderAgentLocatorTlv) + sizeof(CommissionerSessionIdTlv) + in GetLength()
111 BorderAgentLocatorTlv mBorderAgentLocatorTlv;
371 class BorderAgentLocatorTlv : public Tlv, public UintTlvInfo<Tlv::kBorderAgentLocator, uint16_t> class
668 SuccessOrExit(error = Tlv::Append<BorderAgentLocatorTlv>(*message, aDataset.GetLocator())); in SendMgmtCommissionerSetRequest()
275 …VerifyOrExit(Tlv::Find<MeshCoP::BorderAgentLocatorTlv>(aMessage, borderAgentRloc) == kErrorNotFoun… in HandleTmf()288 SuccessOrExit(Tlv::Append<MeshCoP::BorderAgentLocatorTlv>(aMessage, borderAgentRloc)); in HandleTmf()