Lines Matching refs:K_SECONDS
409 if (k_sem_take(&lost_target_sem, K_SECONDS(60))) { in cli_caps_common_procedure()
414 if (k_sem_take(&blob_caps_sem, K_SECONDS(60))) { in cli_caps_common_procedure()
487 k_sleep(K_SECONDS(15)); in test_cli_caps_cancelled()
494 if (!k_sem_take(&blob_caps_sem, K_SECONDS(60))) { in test_cli_caps_cancelled()
512 if (k_sem_take(&blob_caps_sem, K_SECONDS(60))) { in test_cli_caps_cancelled()
547 int err = k_sem_take(&info_get_sem, K_SECONDS(15)); in test_srv_caps_no_rsp()
603 if (k_sem_take(&blob_broad_send_sem, K_SECONDS(15))) { in test_cli_broadcast_basic()
612 if (k_sem_take(&blob_broad_send_sem, K_SECONDS(15))) { in test_cli_broadcast_basic()
623 if (k_sem_take(&blob_broad_send_sem, K_SECONDS(15))) { in test_cli_broadcast_basic()
634 if (k_sem_take(&blob_broad_next_sem, K_SECONDS(15))) { in test_cli_broadcast_basic()
648 k_sleep(K_SECONDS(80)); in test_cli_broadcast_basic()
684 if (k_sem_take(&blob_broad_send_sem, K_SECONDS(15))) { in test_cli_broadcast_trans()
691 if (k_sem_take(&blob_broad_next_sem, K_SECONDS(15))) { in test_cli_broadcast_trans()
711 if (k_sem_take(&blob_broad_next_sem, K_SECONDS(1))) { in test_cli_broadcast_trans()
730 if (k_sem_take(&blob_broad_send_sem, K_SECONDS(15))) { in test_cli_broadcast_trans()
737 if (k_sem_take(&blob_broad_next_sem, K_SECONDS(15))) { in test_cli_broadcast_trans()
798 if (k_sem_take(&blob_broad_send_uni_sem, K_SECONDS(10))) { in test_cli_broadcast_unicast_seq()
804 if (k_sem_take(&blob_broad_send_uni_sem, K_SECONDS(10))) { in test_cli_broadcast_unicast_seq()
814 if (k_sem_take(&blob_broad_send_uni_sem, K_SECONDS(10))) { in test_cli_broadcast_unicast_seq()
823 if (!k_sem_take(&blob_broad_send_uni_sem, K_SECONDS(10))) { in test_cli_broadcast_unicast_seq()
864 if (k_sem_take(&blob_broad_next_sem, K_SECONDS(60))) { in test_cli_broadcast_unicast()
893 if (!k_sem_take(&blob_broad_send_uni_sem, K_SECONDS(60))) { in test_cli_broadcast_unicast()
939 if (k_sem_take(&blob_cli_end_sem, K_SECONDS(380))) { in test_cli_trans_complete()
960 if (k_sem_take(&blob_srv_end_sem, K_SECONDS(380))) { in test_srv_trans_complete()
1014 if (k_sem_take(&blob_cli_suspend_sem, K_SECONDS(500))) { in test_cli_trans_resume()
1030 if (k_sem_take(&blob_cli_end_sem, K_SECONDS(780))) { in test_cli_trans_resume()
1058 if (k_sem_take(&first_block_wr_sem, K_SECONDS(180))) { in test_srv_trans_resume()
1065 if (k_sem_take(&blob_srv_suspend_sem, K_SECONDS(140))) { in test_srv_trans_resume()
1072 k_sleep(K_SECONDS(140)); in test_srv_trans_resume()
1076 if (k_sem_take(&blob_srv_end_sem, K_SECONDS(780))) { in test_srv_trans_resume()
1129 if (k_sem_take(&blob_cli_end_sem, K_SECONDS(230))) { in test_cli_trans_persistency_pull()
1164 if (k_sem_take(&first_block_wr_sem, K_SECONDS(100))) { in test_srv_trans_persistency_pull()
1175 if (k_sem_take(&blob_srv_end_sem, K_SECONDS(230))) { in test_srv_trans_persistency_pull()
1258 if (k_sem_take(&blob_cli_end_sem, K_SECONDS(750))) { in test_cli_fail_on_persistency()
1390 if (k_sem_take(&blob_cli_suspend_sem, K_SECONDS(750))) { in test_cli_fail_on_no_rsp()
1397 if (k_sem_take(&blob_cli_end_sem, K_SECONDS(750))) { in test_cli_fail_on_no_rsp()
1471 if (k_sem_take(&blob_cli_suspend_sem, K_SECONDS(750))) { in test_cli_stop()
1482 k_sem_take(&blob_cli_end_sem, K_SECONDS(380)); in test_cli_stop()
1490 if (k_sem_take(&blob_cli_end_sem, K_SECONDS(380))) { in test_cli_stop()
1509 if (k_sem_take(&blob_cli_suspend_sem, K_SECONDS(750))) { in test_cli_stop()
1537 k_sem_take(&blob_srv_end_sem, K_SECONDS(500)); in srv_check_reboot_and_continue()
1561 k_sem_take(&blob_srv_end_sem, K_SECONDS(500)); in test_srv_stop()
1580 k_sem_take(&blob_srv_suspend_sem, K_SECONDS(140)); in test_srv_stop()
1608 K_SECONDS(5)), in test_cli_friend_pull()
1621 if (k_sem_take(&blob_cli_end_sem, K_SECONDS(750))) { in test_cli_friend_pull()
1649 ASSERT_OK_MSG(bt_mesh_test_friendship_evt_wait(BT_MESH_TEST_LPN_ESTABLISHED, K_SECONDS(5)), in test_srv_lpn_pull()
1654 if (k_sem_take(&blob_srv_end_sem, K_SECONDS(750))) { in test_srv_lpn_pull()