Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h203 int bt_vcp_vol_rend_set_step(uint8_t volume_step);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_rend_test.c818 err = bt_vcp_vol_rend_set_step(0); in test_set_step()
827 err = bt_vcp_vol_rend_set_step(volume_step); in test_set_step()
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c513 int bt_vcp_vol_rend_set_step(uint8_t volume_step) in bt_vcp_vol_rend_set_step() function
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c279 result = bt_vcp_vol_rend_set_step(step); in cmd_vcp_vol_rend_volume_step()