Searched refs:poll_timeout (Results 1 – 3 of 3) sorted by relevance
871 static int32_t poll_timeout(struct bt_mesh_lpn *lpn) in poll_timeout() function878 if (lpn->poll_timeout < POLL_TIMEOUT_MAX(lpn)) { in poll_timeout()879 lpn->poll_timeout *= 2; in poll_timeout()880 lpn->poll_timeout = MIN(lpn->poll_timeout, in poll_timeout()884 BT_DBG("Poll Timeout is %ums", lpn->poll_timeout); in poll_timeout()886 return lpn->poll_timeout; in poll_timeout()948 k_delayed_work_submit(&lpn->timer, poll_timeout(lpn)); in bt_mesh_lpn_friend_sub_cfm()1009 lpn->poll_timeout = MIN(POLL_TIMEOUT_MAX(lpn), in bt_mesh_lpn_friend_update()1042 k_delayed_work_submit(&lpn->timer, poll_timeout(lpn)); in bt_mesh_lpn_friend_update()
172 int32_t poll_timeout; member
563 …int32_t poll_timeout; /*!< The current value of the PollTimeout timer of the Low Pow… member