Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/bluetooth/audio/cap_commander/uut/
Dcap_commander.c38 .volume_offset_changed = mock_cap_commander_volume_offset_changed_cb,
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/audio/
Dcap.h778 void (*volume_offset_changed)(struct bt_conn *conn, int err); member
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/
Dcap_commander.c114 .volume_offset_changed = cap_volume_offset_changed_cb,
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dcap_commander.c440 if (cap_cb->volume_offset_changed != NULL) { in cap_commander_proc_complete()
441 cap_cb->volume_offset_changed(failed_conn, err); in cap_commander_proc_complete()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/audio/src/
Dcap_commander_test.c172 .volume_offset_changed = cap_volume_offset_changed_cb,