Home
last modified time | relevance | path

Searched refs:vol_down_unmute (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dvcp_vol_ctlr.c66 .vol_down_unmute = vcs_write_cb,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h378 void (*vol_down_unmute)(struct bt_vcp_vol_ctlr *vol_ctlr, int err); member
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c208 if (listener->vol_down_unmute) { in vcs_cp_notify_app()
209 listener->vol_down_unmute(vol_ctlr, err); in vcs_cp_notify_app()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c783 .vol_down_unmute = vcs_write_cb, in test_cb_register()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_ctlr.c303 .vol_down_unmute = vcs_vol_down_unmute_cb,
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c792 .vol_down_unmute = vcp_vol_ctlr_unmute_vol_down_cb,