Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dmicp_mic_ctlr_test.c207 int8_t expected_gain; in test_aics() local
324 expected_gain = g_aics_gain_max - 1; in test_aics()
326 err = bt_aics_gain_set(micp_included.aics[0], expected_gain); in test_aics()
331 WAIT_FOR_COND(g_aics_gain == expected_gain && g_cb && g_write_complete); in test_aics()
Dmicp_mic_dev_test.c133 int8_t expected_gain; in test_aics_server_only() local
258 expected_gain = g_aics_gain_max - 1; in test_aics_server_only()
259 err = bt_aics_gain_set(micp_included.aics[0], expected_gain); in test_aics_server_only()
264 WAIT_FOR_COND(g_cb && expected_gain == g_aics_gain); in test_aics_server_only()
Dvcp_vol_ctlr_test.c506 const int8_t expected_gain = g_aics_gain_max - 1; in test_aics_gain_set() local
510 err = bt_aics_gain_set(NULL, expected_gain); in test_aics_gain_set()
520 err = bt_aics_gain_set(vcp_included.aics[0], expected_gain); in test_aics_gain_set()
526 WAIT_FOR_COND(g_write_complete && expected_gain == g_aics_gain); in test_aics_gain_set()
Dvcp_vol_rend_test.c475 const int8_t expected_gain = g_aics_gain_max - 1; in test_aics_gain_set() local
479 err = bt_aics_gain_set(NULL, expected_gain); in test_aics_gain_set()
488 err = bt_aics_gain_set(vcp_included.aics[0], expected_gain); in test_aics_gain_set()
494 WAIT_FOR_COND(expected_gain == g_aics_gain); in test_aics_gain_set()