Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Diso.c129 static struct bt_iso_big_cb *iso_cb; variable
137 iso_cb = cb; in bt_iso_big_register_cb()
172 if (iso_cb != NULL && iso_cb->started != NULL) { in bt_iso_big_create()
173 iso_cb->started(big); in bt_iso_big_create()
192 if (iso_cb != NULL && iso_cb->stopped != NULL) { in bt_iso_big_terminate()
193 iso_cb->stopped(big, BT_HCI_ERR_LOCALHOST_TERM_CONN); in bt_iso_big_terminate()