Home
last modified time | relevance | path

Searched refs:vol_set (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
Dvcp.c39 if (vcp_cb != NULL && vcp_cb->vol_set != NULL) { in bt_vcp_vol_ctlr_set_vol()
40 vcp_cb->vol_set(vol_ctlr, 0); in bt_vcp_vol_ctlr_set_vol()
/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dvcp_vol_ctlr.c68 .vol_set = vcs_write_cb,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvcp.h400 void (*vol_set)(struct bt_vcp_vol_ctlr *vol_ctlr, int err); member
/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c218 if (listener->vol_set) { in vcs_cp_notify_app()
219 listener->vol_set(vol_ctlr, err); in vcs_cp_notify_app()
Dcap_commander.c1099 vol_ctlr_cb.vol_set = cap_commander_vcp_vol_set_cb; in bt_cap_commander_change_volume()
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dcap.rst304 VCP vol_set done
307 VCP vol_set done
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c785 .vol_set = vcs_write_cb, in test_cb_register()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_ctlr.c305 .vol_set = vcs_vol_set_cb,
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c794 .vol_set = vcp_vol_ctlr_set_vol_cb