Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_central.c227 err = bt_iso_cig_reconfigure(cig, param); in reconfigure_cig_interval()
234 err = bt_iso_cig_reconfigure(cig, param); in reconfigure_cig_interval()
244 err = bt_iso_cig_reconfigure(cig, param); in reconfigure_cig_interval()
262 err = bt_iso_cig_reconfigure(cig, param); in reconfigure_cig_latency()
271 err = bt_iso_cig_reconfigure(cig, param); in reconfigure_cig_latency()
296 err = bt_iso_cig_reconfigure(cig, &param); in reconfigure_cig()
319 err = bt_iso_cig_reconfigure(cig, &param); in reconfigure_cig()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h841 int bt_iso_cig_reconfigure(struct bt_iso_cig *cig, const struct bt_iso_cig_param *param);
/Zephyr-latest/subsys/bluetooth/host/
Diso.c2253 int bt_iso_cig_reconfigure(struct bt_iso_cig *cig, const struct bt_iso_cig_param *param) in bt_iso_cig_reconfigure() function
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c2366 err = bt_iso_cig_reconfigure(group->cig, &param); in bt_audio_cig_reconfigure()
/Zephyr-latest/doc/releases/
Drelease-notes-3.5.rst193 * Fixed issue with ``bt_iso_cig_reconfigure``