Home
last modified time | relevance | path

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

/subsys/portability/cmsis_rtos_v2/
A Devent_flags.c109 k_timeout_t poll_timeout; in osEventFlagsWait() local
168 poll_timeout = Z_FOREVER; in osEventFlagsWait()
177 poll_timeout = Z_TIMEOUT_TICKS( in osEventFlagsWait()
184 retval = k_poll(&events->poll_event, 1, poll_timeout); in osEventFlagsWait()
/subsys/bluetooth/mesh/
A Dlpn.c118 static int32_t poll_timeout(struct bt_mesh_lpn *lpn) in poll_timeout() function
126 if (lpn->poll_timeout < POLL_TIMEOUT_MAX(lpn)) { in poll_timeout()
127 lpn->poll_timeout *= 2; in poll_timeout()
128 lpn->poll_timeout = in poll_timeout()
129 MIN(lpn->poll_timeout, POLL_TIMEOUT_MAX(lpn)); in poll_timeout()
132 LOG_DBG("Poll Timeout is %ums", lpn->poll_timeout); in poll_timeout()
134 return lpn->poll_timeout; in poll_timeout()
580 int32_t timeout = poll_timeout(lpn); in friend_response_received()
1093 lpn->poll_timeout = MIN(POLL_TIMEOUT_MAX(lpn), in bt_mesh_lpn_friend_update()
A Dnet.h138 int32_t poll_timeout; member
/subsys/bluetooth/mesh/shell/
A Dcfg.c423 int32_t poll_timeout; in cmd_polltimeout_get() local
433 bt_mesh_shell_target_ctx.dst, lpn_address, &poll_timeout); in cmd_polltimeout_get()
439 shell_print(sh, "PollTimeout value %d", poll_timeout); in cmd_polltimeout_get()

Completed in 20 milliseconds