Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle.hpp1336 void HandleAttachTimer(void);
1448 using AttachTimer = TimerMilliIn<Mle, &Mle::HandleAttachTimer>;
Dmle.cpp1440 void Mle::HandleAttachTimer(void) in HandleAttachTimer() function in ot::Mle::Mle