Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Diso.h819 int bt_iso_cig_create(const struct bt_iso_cig_param *param, struct bt_iso_cig **out_cig);
/Zephyr-latest/subsys/bluetooth/host/
Diso.c2134 int bt_iso_cig_create(const struct bt_iso_cig_param *param, struct bt_iso_cig **out_cig) in bt_iso_cig_create() argument
2149 CHECKIF(out_cig == NULL) { in bt_iso_cig_create()
2154 *out_cig = NULL; in bt_iso_cig_create()
2229 *out_cig = cig; in bt_iso_cig_create()