Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h525 int bt_vcp_vol_ctlr_vol_down(struct bt_vcp_vol_ctlr *vol_ctlr);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c986 err = bt_vcp_vol_ctlr_vol_down(NULL); in test_vol_down()
996 err = bt_vcp_vol_ctlr_vol_down(vol_ctlr); in test_vol_down()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_ctlr.c414 result = bt_vcp_vol_ctlr_vol_down(vcp_vol_ctlr); in cmd_vcp_vol_ctlr_volume_down()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c853 err = bt_vcp_vol_ctlr_vol_down(vol_ctlr); in vcp_ctlr_vol_down()
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c1162 int bt_vcp_vol_ctlr_vol_down(struct bt_vcp_vol_ctlr *vol_ctlr) in bt_vcp_vol_ctlr_vol_down() function