Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h543 int bt_vcp_vol_ctlr_unmute_vol_down(struct bt_vcp_vol_ctlr *vol_ctlr);
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c1067 err = bt_vcp_vol_ctlr_unmute_vol_down(NULL); in test_unmute_vol_down()
1077 err = bt_vcp_vol_ctlr_unmute_vol_down(vol_ctlr); in test_unmute_vol_down()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_ctlr.c451 result = bt_vcp_vol_ctlr_unmute_vol_down(vcp_vol_ctlr); in cmd_vcp_vol_ctlr_unmute_volume_down()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c882 err = bt_vcp_vol_ctlr_unmute_vol_down(vol_ctlr); in vcp_ctlr_unmute_vol_down()
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c1172 int bt_vcp_vol_ctlr_unmute_vol_down(struct bt_vcp_vol_ctlr *vol_ctlr) in bt_vcp_vol_ctlr_unmute_vol_down() function