Home
last modified time | relevance | path

Searched defs:expected_volume (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_rend_test.c872 const uint8_t expected_volume = g_volume > volume_step ? g_volume - volume_step : 0; in test_vol_down() local
889 const uint8_t expected_volume = MIN((uint16_t)g_volume + volume_step, UINT8_MAX); in test_vol_up() local
923 const uint8_t expected_volume = g_volume > volume_step ? g_volume - volume_step : 0; in test_unmute_vol_down() local
941 const uint8_t expected_volume = MIN((uint16_t)g_volume + volume_step, UINT8_MAX); in test_unmute_vol_up() local
976 const uint8_t expected_volume = g_volume - 5; /* any underflow is fine too */ in test_set_vol() local
Dvcp_vol_ctlr_test.c957 const uint8_t expected_volume = g_volume + 5; /* Overflow is OK */ in test_set_vol() local