Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c905 static struct k_sem dfu_cli_applied_sem; variable
909 k_sem_give(&dfu_cli_applied_sem); in dfu_cli_applied()
1053 if (k_sem_take(&dfu_cli_applied_sem, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_fail_on_persistency()
1190 if (!k_sem_take(&dfu_cli_applied_sem, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_all_targets_lost_on_apply()
1277 if (k_sem_take(&dfu_cli_applied_sem, K_SECONDS(SEMAPHORE_TIMEOUT))) { in test_cli_stop()
1621 k_sem_init(&dfu_cli_applied_sem, 0, 1); in test_pre_init()