Searched refs:req_attempts (Results 1 – 2 of 2) sorted by relevance
163 lpn->req_attempts++; in friend_clear_sent()213 lpn->req_attempts < CLEAR_ATTEMPTS) { in clear_friendship()237 lpn->req_attempts = 0U; in clear_friendship()346 lpn->req_attempts++; in req_sent()478 lpn->req_attempts = 0U; in friend_response_received()742 if (lpn->req_attempts < FIRST_POLL_ATTEMPTS) { in update_timeout()794 if (lpn->req_attempts < FIRST_POLL_ATTEMPTS) { in lpn_timeout()795 BT_WARN("Retrying the first Friend Poll, %d attempts", lpn->req_attempts); in lpn_timeout()805 if (lpn->req_attempts < REQ_ATTEMPTS(lpn)) { in lpn_timeout()820 lpn->req_attempts); in lpn_timeout()[all …]
170 uint8_t req_attempts; /* Number of Request attempts */ member