Searched refs:expected_mode (Results 1 – 4 of 4) sorted by relevance
209 uint8_t expected_mode; in test_aics() local302 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()
135 uint8_t expected_mode; in test_aics_server_only() local236 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()
454 const uint8_t expected_mode = BT_AICS_MODE_AUTO; in test_aics_automatic_gain_set() local474 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() local500 WAIT_FOR_COND(g_write_complete && expected_mode == g_aics_mode); in test_aics_manual_gain_set()
425 const uint8_t expected_mode = BT_AICS_MODE_AUTO; in test_aics_automatic_gain_set() local444 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() local469 WAIT_FOR_COND(expected_mode == g_aics_mode); in test_aics_manual_gain_set()