Searched refs:expected_gain (Results 1 – 4 of 4) sorted by relevance
207 int8_t expected_gain; in test_aics() local324 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()
133 int8_t expected_gain; in test_aics_server_only() local258 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()
506 const int8_t expected_gain = g_aics_gain_max - 1; in test_aics_gain_set() local510 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()
475 const int8_t expected_gain = g_aics_gain_max - 1; in test_aics_gain_set() local479 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()