Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_friendship.c28 #define POLL_TIMEOUT_MS (100 * CONFIG_BT_MESH_LPN_POLL_TIMEOUT) macro
131 K_MSEC(POLL_TIMEOUT_MS + 5 * MSEC_PER_SEC)); in test_friend_est_multi()
458 K_MSEC(POLL_TIMEOUT_MS + 5 * MSEC_PER_SEC))) { in test_lpn_est()
614 K_MSEC(POLL_TIMEOUT_MS)), in test_lpn_poll()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_udp_receiver.c39 #define POLL_TIMEOUT_MS 100 macro