Home
last modified time | relevance | path

Searched refs:poll_timeout (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c871 static int32_t poll_timeout(struct bt_mesh_lpn *lpn) in poll_timeout() function
878 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()
Dnet.h172 int32_t poll_timeout; member
/hal_espressif-latest/components/bt/esp_ble_mesh/api/models/include/
Desp_ble_mesh_config_model_api.h563 …int32_t poll_timeout; /*!< The current value of the PollTimeout timer of the Low Pow… member