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.c45 .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.c143 .volume_offset_changed = cap_volume_offset_changed_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dcap_commander.c888 if (cap_cb->volume_offset_changed != NULL) { in cap_commander_proc_complete()
889 cap_cb->volume_offset_changed(failed_conn, err); in cap_commander_proc_complete()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcap_commander_test.c234 .volume_offset_changed = cap_volume_offset_changed_cb,