Searched refs:expected_input_mute (Results 1 – 4 of 4) sorted by relevance
208 uint8_t expected_input_mute; in test_aics() local278 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()
134 uint8_t expected_input_mute; in test_aics_server_only() local214 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()
402 const uint8_t expected_input_mute = BT_AICS_STATE_MUTED; in test_aics_mute() local422 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() local448 WAIT_FOR_COND(g_write_complete && expected_input_mute == g_aics_input_mute); in test_aics_unmute()
375 const uint8_t expected_input_mute = BT_AICS_STATE_MUTED; in test_aics_mute() local394 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() local419 WAIT_FOR_COND(expected_input_mute == g_aics_input_mute); in test_aics_unmute()