Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmicp_mic_ctlr_test.c208 uint8_t expected_input_mute; in test_aics() local
278 expected_input_mute = BT_AICS_STATE_MUTED; in test_aics()
285 WAIT_FOR_COND(g_aics_input_mute == expected_input_mute && in test_aics()
290 expected_input_mute = BT_AICS_STATE_UNMUTED; in test_aics()
297 WAIT_FOR_COND(g_aics_input_mute == expected_input_mute && in test_aics()
Dmicp_mic_dev_test.c134 uint8_t expected_input_mute; in test_aics_server_only() local
214 expected_input_mute = BT_AICS_STATE_MUTED; in test_aics_server_only()
220 WAIT_FOR_COND(g_cb && expected_input_mute == g_aics_input_mute); in test_aics_server_only()
225 expected_input_mute = BT_AICS_STATE_UNMUTED; in test_aics_server_only()
231 WAIT_FOR_COND(g_cb && expected_input_mute == g_aics_input_mute); in test_aics_server_only()
Dvcp_vol_ctlr_test.c402 const uint8_t expected_input_mute = BT_AICS_STATE_MUTED; in test_aics_mute() local
422 WAIT_FOR_COND(g_write_complete && expected_input_mute == g_aics_input_mute); in test_aics_mute()
428 const uint8_t expected_input_mute = BT_AICS_STATE_UNMUTED; in test_aics_unmute() local
448 WAIT_FOR_COND(g_write_complete && expected_input_mute == g_aics_input_mute); in test_aics_unmute()
Dvcp_vol_rend_test.c375 const uint8_t expected_input_mute = BT_AICS_STATE_MUTED; in test_aics_mute() local
394 WAIT_FOR_COND(expected_input_mute == g_aics_input_mute); in test_aics_mute()
400 const uint8_t expected_input_mute = BT_AICS_STATE_UNMUTED; in test_aics_unmute() local
419 WAIT_FOR_COND(expected_input_mute == g_aics_input_mute); in test_aics_unmute()