Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild.hpp298 uint8_t GetRequestTlv(uint8_t aIndex) const { return mRequestTlvs[aIndex]; } in GetRequestTlv() function in ot::Child
Dmle_router.cpp2924 switch (aChild.GetRequestTlv(i)) in SendChildIdResponse()