Searched refs:vcs_write_cb (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | vcp_vol_ctlr.c | 30 static void vcs_write_cb(struct bt_vcp_vol_ctlr *vol_ctlr, int err) in vcs_write_cb() function 62 .vol_down = vcs_write_cb, 63 .vol_up = vcs_write_cb, 64 .mute = vcs_write_cb, 65 .unmute = vcs_write_cb, 66 .vol_down_unmute = vcs_write_cb, 67 .vol_up_unmute = vcs_write_cb, 68 .vol_set = vcs_write_cb,
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | vcp_vol_ctlr_test.c | 224 static void vcs_write_cb(struct bt_vcp_vol_ctlr *vol_ctlr, int err) in vcs_write_cb() function 779 .vol_down = vcs_write_cb, in test_cb_register() 780 .vol_up = vcs_write_cb, in test_cb_register() 781 .mute = vcs_write_cb, in test_cb_register() 782 .unmute = vcs_write_cb, in test_cb_register() 783 .vol_down_unmute = vcs_write_cb, in test_cb_register() 784 .vol_up_unmute = vcs_write_cb, in test_cb_register() 785 .vol_set = vcs_write_cb, in test_cb_register()
|