Searched refs:WAIT_FOR_COND (Results 1 – 13 of 13) sorted by relevance
232 WAIT_FOR_COND(g_cb); in test_aics()242 WAIT_FOR_COND(g_cb); in test_aics()254 WAIT_FOR_COND(g_cb && expected_input_type == g_aics_input_type); in test_aics()264 WAIT_FOR_COND(g_cb); in test_aics()274 WAIT_FOR_COND(g_cb); in test_aics()285 WAIT_FOR_COND(g_aics_input_mute == expected_input_mute && in test_aics()297 WAIT_FOR_COND(g_aics_input_mute == expected_input_mute && in test_aics()345 WAIT_FOR_COND(g_cb && in test_aics()366 WAIT_FOR_COND(g_discovery_complete); in discover_mics()386 WAIT_FOR_COND(g_bt_init); in test_main()[all …]
147 WAIT_FOR_COND(expected_aics_active == g_aics_active); in test_aics_server_only()157 WAIT_FOR_COND(expected_aics_active == g_aics_active); in test_aics_server_only()167 WAIT_FOR_COND(g_cb); in test_aics_server_only()177 WAIT_FOR_COND(g_cb); in test_aics_server_only()199 WAIT_FOR_COND(g_cb); in test_aics_server_only()209 WAIT_FOR_COND(g_cb); in test_aics_server_only()242 WAIT_FOR_COND(g_cb && expected_mode == g_aics_mode); in test_aics_server_only()342 WAIT_FOR_COND(g_cb); in test_mic_dev_only()352 WAIT_FOR_COND(expected_mute == g_mute); in test_mic_dev_only()362 WAIT_FOR_COND(expected_mute == g_mute); in test_mic_dev_only()[all …]
268 WAIT_FOR_COND(g_cb); in test_aics_state_get()293 WAIT_FOR_COND(g_cb); in aics_gain_setting_get()344 WAIT_FOR_COND(g_cb); in aics_status_get()369 WAIT_FOR_COND(g_cb); in aics_get_description()526 WAIT_FOR_COND(g_cb && in test_aics_description_set()569 WAIT_FOR_COND(g_cb); in test_vocs_state_get()594 WAIT_FOR_COND(g_cb); in test_vocs_location_get()619 WAIT_FOR_COND(g_cb); in test_vocs_description_get()727 WAIT_FOR_COND(g_cb && in test_vocs_description_set()849 WAIT_FOR_COND(g_cb); in test_get_state()[all …]
295 WAIT_FOR_COND(g_cb); in test_aics_state_get()320 WAIT_FOR_COND(g_cb); in aics_gain_setting_get()371 WAIT_FOR_COND(g_cb); in aics_status_get()396 WAIT_FOR_COND(g_cb); in aics_get_description()558 WAIT_FOR_COND(g_cb && in test_aics_description_set()601 WAIT_FOR_COND(g_cb); in test_vocs_state_get()626 WAIT_FOR_COND(g_cb); in test_vocs_location_get()651 WAIT_FOR_COND(g_cb); in test_vocs_description_get()760 WAIT_FOR_COND(g_cb && in test_vocs_description_set()926 WAIT_FOR_COND(g_cb); in test_read_state()[all …]
276 WAIT_FOR_COND(ordered_access_locked); in ordered_access()278 WAIT_FOR_COND(ordered_access_unlocked); in ordered_access()294 WAIT_FOR_COND(discovered); in discover_csis()331 WAIT_FOR_COND(members_found == 1U); in connect_set()373 WAIT_FOR_COND(members_found == primary_inst->info.set_size); in connect_set()377 WAIT_FOR_COND(discover_timed_out); in connect_set()452 WAIT_FOR_COND(set_locked); in test_main()470 WAIT_FOR_COND(set_unlocked); in test_main()490 WAIT_FOR_COND(set_locked); in test_main()504 WAIT_FOR_COND(set_unlocked); in test_main()
479 WAIT_FOR_COND(discovery_complete); in discover_tbs()503 WAIT_FOR_COND(bt_init); in test_main()511 WAIT_FOR_COND(is_connected); in test_main()531 WAIT_FOR_COND(call_state == BT_TBS_CALL_STATE_REMOTELY_HELD); in test_main()543 WAIT_FOR_COND(call_state == BT_TBS_CALL_STATE_LOCALLY_HELD); in test_main()551 WAIT_FOR_COND(call_state == BT_TBS_CALL_STATE_ACTIVE); in test_main()561 WAIT_FOR_COND(read_complete); in test_main()
174 WAIT_FOR_COND(g_locked); in test_main()176 WAIT_FOR_COND(!g_locked); in test_main()178 WAIT_FOR_COND(g_locked); in test_main()180 WAIT_FOR_COND(!g_locked); in test_main()208 WAIT_FOR_COND(g_locked); in test_force_release()
136 WAIT_FOR_COND(g_preset_switched); in test_preset_switch()153 WAIT_FOR_COND(g_preset_switched); in test_preset_next()170 WAIT_FOR_COND(g_preset_switched); in test_preset_prev()187 WAIT_FOR_COND(g_service_discovered); in discover_has()221 WAIT_FOR_COND(g_preset_switched); in test_main()229 WAIT_FOR_COND(g_preset_1_found); in test_main()230 WAIT_FOR_COND(g_preset_5_found); in test_main()658 WAIT_FOR_COND(security_level == BT_SECURITY_L2); in test_gatt_client()
418 WAIT_FOR_COND(is_connected); in test_main()420 WAIT_FOR_COND(call_placed); in test_main()435 WAIT_FOR_COND(call_held); in test_main()
86 #define WAIT_FOR_COND(cond) while (!(cond)) { k_sleep(K_MSEC(1)); } macro
2606 WAIT_FOR_COND(default_conn == NULL); in test_main()
126 #define WAIT_FOR_COND(cond, wait) \ macro
2151 WAIT_FOR_COND(bt_mesh_proxy_srv_connected_cnt() == 1, 10); in test_tx_priv_gatt_proxy()2182 WAIT_FOR_COND(bt_mesh_proxy_cli_is_connected(TEST_NET_IDX1), 10); in test_rx_priv_gatt_proxy()2189 WAIT_FOR_COND(bt_mesh.iv_index == 1, 10); in test_rx_priv_gatt_proxy()
Completed in 39 milliseconds