Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h268 int bt_vcp_vol_rend_mute(void);
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c622 int bt_vcp_vol_rend_mute(void) in bt_vcp_vol_rend_mute() function
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_rend_test.c911 err = bt_vcp_vol_rend_mute(); in test_mute()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c403 int result = bt_vcp_vol_rend_mute(); in cmd_vcp_vol_rend_mute()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c127 if (bt_vcp_vol_rend_mute() != 0) { in mute()