Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c192 lpn->req_attempts++; in friend_clear_sent()
244 lpn->req_attempts < CLEAR_ATTEMPTS) { in clear_friendship()
275 lpn->req_attempts = 0U; in clear_friendship()
419 retry = (lpn->req_attempts > 0); in req_send_end()
421 lpn->req_attempts++; in req_send_end()
574 lpn->req_attempts = 0U; in friend_response_received()
868 if (lpn->req_attempts < REQ_ATTEMPTS(lpn)) { in update_timeout()
921 if (lpn->req_attempts < REQ_ATTEMPTS(lpn)) { in lpn_timeout()
935 LOG_ERR("No response from Friend after %u retries", lpn->req_attempts); in lpn_timeout()
936 lpn->req_attempts = 0U; in lpn_timeout()
Dnet.h136 uint8_t req_attempts; /* Number of Request attempts */ member