Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild.hpp306 void SetRequestTlv(uint8_t aIndex, uint8_t aType) { mRequestTlvs[aIndex] = aType; } in SetRequestTlv() function in ot::Child
Dmle_router.cpp2204 child->SetRequestTlv(index, tlvList[index]); in HandleChildIdRequest()