Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c982 const uint8_t previous_volume = g_volume; in test_vol_down() local
1002 WAIT_FOR_COND(previous_volume == 0 || in test_vol_down()
1003 (g_volume < previous_volume && g_cb && g_write_complete)); in test_vol_down()
1009 const uint8_t previous_volume = g_volume; in test_vol_up() local
1029 WAIT_FOR_COND(previous_volume == UINT8_MAX || in test_vol_up()
1030 (g_volume > previous_volume && g_cb && g_write_complete)); in test_vol_up()
1063 const uint8_t previous_volume = g_volume; in test_unmute_vol_down() local
1083 WAIT_FOR_COND((previous_volume == 0 || g_volume < previous_volume) && in test_unmute_vol_down()
1093 const uint8_t previous_volume = g_volume; in test_unmute_vol_up() local
1113 WAIT_FOR_COND((previous_volume == UINT8_MAX || g_volume > previous_volume) && in test_unmute_vol_up()