Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dvcp_vol_ctlr.c63 .vol_up = vcs_write_cb,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h345 void (*vol_up)(struct bt_vcp_vol_ctlr *vol_ctlr, int err); member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c98 static uint8_t vol_up(const void *cmd, uint16_t cmd_len, in vol_up() function
176 .func = vol_up,
789 .vol_up = vcp_vol_ctlr_vol_up_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c203 if (listener->vol_up) { in vcs_cp_notify_app()
204 listener->vol_up(vol_ctlr, err); in vcs_cp_notify_app()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c780 .vol_up = vcs_write_cb, in test_cb_register()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_ctlr.c300 .vol_up = vcs_vol_up_cb,