Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dvcp_vol_ctlr.c62 .vol_down = vcs_write_cb,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h334 void (*vol_down)(struct bt_vcp_vol_ctlr *vol_ctlr, int err); member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c110 static uint8_t vol_down(const void *cmd, uint16_t cmd_len, in vol_down() function
181 .func = vol_down,
788 .vol_down = vcp_vol_ctlr_vol_down_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c198 if (listener->vol_down) { in vcs_cp_notify_app()
199 listener->vol_down(vol_ctlr, err); in vcs_cp_notify_app()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c779 .vol_down = vcs_write_cb, in test_cb_register()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_ctlr.c299 .vol_down = vcs_vol_down_cb,