Home
last modified time | relevance | path

Searched refs:volume_offset_changed (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/audio/cap_commander/uut/
Dcap_commander.c42 .volume_offset_changed = mock_cap_commander_volume_offset_changed_cb,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dcap.h786 void (*volume_offset_changed)(struct bt_conn *conn, int err); member
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dcap_commander.c136 .volume_offset_changed = cap_volume_offset_changed_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_commander.c887 if (cap_cb->volume_offset_changed != NULL) { in cap_commander_proc_complete()
888 cap_cb->volume_offset_changed(failed_conn, err); in cap_commander_proc_complete()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcap_commander_test.c190 .volume_offset_changed = cap_volume_offset_changed_cb,