Home
last modified time | relevance | path

Searched refs:sirk_changed (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/audio/
Dcsip.h419 bt_csip_set_coordinator_sirk_changed_cb sirk_changed; member
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_coordinator.c304 static void sirk_changed(struct bt_csip_set_coordinator_csis_inst *inst) in sirk_changed() function
309 if (listener->sirk_changed) { in sirk_changed()
310 listener->sirk_changed(inst); in sirk_changed()
437 sirk_changed(inst); in sirk_notify_func()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcsip_set_coordinator_test.c162 .sirk_changed = csip_sirk_changed_cb,