Home
last modified time | relevance | path

Searched refs:set_offset (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
Dvocs.c26 if (vocs != NULL && vocs->cb != NULL && vocs->cb->set_offset != NULL) { in bt_vocs_state_set()
27 vocs->cb->set_offset(vocs, 0); in bt_vocs_state_set()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dvocs.h241 bt_vocs_set_offset_cb set_offset; member
/Zephyr-latest/subsys/bluetooth/audio/
Dvocs_client.c246 if (inst->cb && inst->cb->set_offset) { in internal_read_volume_offset_state_cb()
247 inst->cb->set_offset(&inst->vocs, err); in internal_read_volume_offset_state_cb()
298 if (inst->cb && inst->cb->set_offset) { in vocs_client_write_vocs_cp_cb()
299 inst->cb->set_offset(&inst->vocs, cb_err); in vocs_client_write_vocs_cp_cb()
Dvcp_vol_ctlr.c838 if (listener->vocs_cb.set_offset) { in vcp_vol_ctlr_vocs_set_offset_cb()
839 listener->vocs_cb.set_offset(inst, err); in vcp_vol_ctlr_vocs_set_offset_cb()
894 .set_offset = vcp_vol_ctlr_vocs_set_offset_cb, in bt_vcp_vol_ctlr_init()
Dcap_commander.c1481 vol_ctlr_cb.vocs_cb.set_offset = cap_commander_vcp_set_offset_cb; in bt_cap_commander_change_volume_offset()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_ctlr_test.c792 .set_offset = vocs_write_cb, in test_cb_register()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_ctlr.c330 .set_offset = vcs_vocs_set_offset_cb,
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c313 .set_offset = vcp_vocs_set_offset_cb