Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_ctlr.c776 if (listener->vocs_cb.state) { in vcp_vol_ctlr_vocs_state_cb()
777 listener->vocs_cb.state(inst, err, offset); in vcp_vol_ctlr_vocs_state_cb()
787 if (listener->vocs_cb.location) { in vcp_vol_ctlr_vocs_location_cb()
788 listener->vocs_cb.location(inst, err, location); in vcp_vol_ctlr_vocs_location_cb()
798 if (listener->vocs_cb.description) { in vcp_vol_ctlr_vocs_description_cb()
799 listener->vocs_cb.description(inst, err, description); in vcp_vol_ctlr_vocs_description_cb()
827 if (listener->vocs_cb.discover) { in vcp_vol_ctlr_vocs_discover_cb()
828 listener->vocs_cb.discover(inst, err); in vcp_vol_ctlr_vocs_discover_cb()
838 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()
[all …]
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/include/zephyr/bluetooth/audio/
Dvcp.h403 struct bt_vocs_cb vocs_cb; member
/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
Dvcp.c93 bt_vocs_client_cb_register(vol_ctlrs[i].vocs[j], &cb->vocs_cb); in bt_vcp_vol_ctlr_cb_register()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dvcp_vol_rend_test.c185 static struct bt_vocs_cb vocs_cb = { variable
757 vcp_register_param.vocs_param[i].cb = &vocs_cb; in test_register()
Dvcp_vol_ctlr_test.c788 .vocs_cb = { in test_cb_register()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c230 static struct bt_vocs_cb vocs_cb = { variable
491 vcp_register_param.vocs_param[i].cb = &vocs_cb; in set_register_params()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_ctlr.c326 .vocs_cb = {