Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h231 int bt_vcp_vol_rend_vol_up(void);
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c554 int bt_vcp_vol_rend_vol_up(void) in bt_vcp_vol_rend_vol_up() function
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_rend_test.c894 err = bt_vcp_vol_rend_vol_up(); in test_vol_up()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c327 int result = bt_vcp_vol_rend_vol_up(); in cmd_vcp_vol_rend_volume_up()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c103 if (bt_vcp_vol_rend_vol_up() != 0) { in vol_up()