Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h224 int bt_vcp_vol_rend_vol_down(void);
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c541 int bt_vcp_vol_rend_vol_down(void) in bt_vcp_vol_rend_vol_down() function
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_rend_test.c877 err = bt_vcp_vol_rend_vol_down(); in test_vol_down()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c314 int result = bt_vcp_vol_rend_vol_down(); in cmd_vcp_vol_rend_volume_down()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c115 if (bt_vcp_vol_rend_vol_down() != 0) { in vol_down()