Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dlpn.c840 static bt_s32_t poll_timeout(struct bt_mesh_lpn *lpn) in poll_timeout() function
847 if (lpn->poll_timeout < POLL_TIMEOUT_MAX(lpn)) { in poll_timeout()
848 lpn->poll_timeout *= 2; in poll_timeout()
849 lpn->poll_timeout = MIN(lpn->poll_timeout, in poll_timeout()
853 BT_DBG("Poll Timeout is %ums", lpn->poll_timeout); in poll_timeout()
855 return lpn->poll_timeout; in poll_timeout()
917 k_delayed_work_submit(&lpn->timer, poll_timeout(lpn)); in bt_mesh_lpn_friend_sub_cfm()
974 lpn->poll_timeout = MIN(POLL_TIMEOUT_MAX(lpn), in bt_mesh_lpn_friend_update()
1007 k_delayed_work_submit(&lpn->timer, poll_timeout(lpn)); in bt_mesh_lpn_friend_update()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dnet.h170 bt_s32_t poll_timeout; member

Completed in 5 milliseconds