Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmicp_mic_ctlr_test.c209 uint8_t expected_mode; in test_aics() local
302 expected_mode = BT_AICS_MODE_AUTO; in test_aics()
309 WAIT_FOR_COND(g_aics_mode == expected_mode && g_cb && g_write_complete); in test_aics()
313 expected_mode = BT_AICS_MODE_MANUAL; in test_aics()
320 WAIT_FOR_COND(g_aics_mode == expected_mode && g_cb && g_write_complete); in test_aics()
Dmicp_mic_dev_test.c135 uint8_t expected_mode; in test_aics_server_only() local
236 expected_mode = BT_AICS_MODE_AUTO; in test_aics_server_only()
242 WAIT_FOR_COND(g_cb && expected_mode == g_aics_mode); in test_aics_server_only()
247 expected_mode = BT_AICS_MODE_MANUAL; in test_aics_server_only()
253 WAIT_FOR_COND(g_cb && expected_mode == g_aics_mode); in test_aics_server_only()
Dvcp_vol_ctlr_test.c454 const uint8_t expected_mode = BT_AICS_MODE_AUTO; in test_aics_automatic_gain_set() local
474 WAIT_FOR_COND(g_write_complete && expected_mode == g_aics_mode); in test_aics_automatic_gain_set()
480 const uint8_t expected_mode = BT_AICS_MODE_MANUAL; in test_aics_manual_gain_set() local
500 WAIT_FOR_COND(g_write_complete && expected_mode == g_aics_mode); in test_aics_manual_gain_set()
Dvcp_vol_rend_test.c425 const uint8_t expected_mode = BT_AICS_MODE_AUTO; in test_aics_automatic_gain_set() local
444 WAIT_FOR_COND(expected_mode == g_aics_mode); in test_aics_automatic_gain_set()
450 const uint8_t expected_mode = BT_AICS_MODE_MANUAL; in test_aics_manual_gain_set() local
469 WAIT_FOR_COND(expected_mode == g_aics_mode); in test_aics_manual_gain_set()