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.c309 static void sirk_changed(struct bt_csip_set_coordinator_csis_inst *inst) in sirk_changed() function
314 if (listener->sirk_changed) { in sirk_changed()
315 listener->sirk_changed(inst); in sirk_changed()
442 sirk_changed(inst); in sirk_notify_func()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcsip_set_coordinator_test.c161 .sirk_changed = csip_sirk_changed_cb,