Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Dcommissioner.cpp51 , mTransmitAttempts(0) in Commissioner()
278 mTransmitAttempts = 0; in Start()
313 mTransmitAttempts = 0; in Stop()
739 mTransmitAttempts++; in SendPetition()
799 mTransmitAttempts = 0; in HandleLeaderPetitionResponse()
806 if (mTransmitAttempts >= kPetitionRetryCount) in HandleLeaderPetitionResponse()
Dcommissioner.hpp458 uint8_t mTransmitAttempts; member in ot::MeshCoP::Commissioner