Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c22 #define PUBLISH_MSG_CNT 10 macro
101 ASSERT_EQUAL(PUBLISH_MSG_CNT, sub->count); in sub_hb_end_cb()
142 .count = PUBLISH_MSG_CNT, in publish_common()
149 pub_cnt = PUBLISH_MSG_CNT; in publish_common()
158 if (k_sem_take(&sem, K_SECONDS(PUBLISH_PERIOD_SEC * (PUBLISH_MSG_CNT + 1)))) { in publish_process()