Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c46 #define VOLUME_DOWN(current_vol) \ argument
47 ((uint8_t)MAX(0, (int)current_vol - vol_rend.volume_step))
48 #define VOLUME_UP(current_vol) \ argument
49 ((uint8_t)MIN(UINT8_MAX, (int)current_vol + vol_rend.volume_step))