Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h261 int bt_vcp_vol_rend_unmute(void);
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c609 int bt_vcp_vol_rend_unmute(void) in bt_vcp_vol_rend_unmute() function
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_rend_test.c964 err = bt_vcp_vol_rend_unmute(); in test_unmute()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c391 int result = bt_vcp_vol_rend_unmute(); in cmd_vcp_vol_rend_unmute()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c139 if (bt_vcp_vol_rend_unmute() != 0) { in unmute()