Lines Matching refs:bt_iso_cig
77 struct bt_iso_cig cigs[CONFIG_BT_ISO_MAX_CIG];
79 static struct bt_iso_cig *get_cig(const struct bt_iso_chan *iso_chan);
423 struct bt_iso_cig *cig; in bt_iso_chan_disconnected()
1717 static struct net_buf *hci_le_set_cig_params(const struct bt_iso_cig *cig, in hci_le_set_cig_params()
1806 static struct net_buf *hci_le_set_cig_test_params(const struct bt_iso_cig *cig, in hci_le_set_cig_test_params()
1932 static struct bt_iso_cig *get_cig(const struct bt_iso_chan *iso_chan) in get_cig()
1944 static struct bt_iso_cig *get_free_cig(void) in get_free_cig()
1962 static bool cis_is_in_cig(const struct bt_iso_cig *cig, const struct bt_iso_chan *cis) in cis_is_in_cig()
1971 static int cig_init_cis(struct bt_iso_cig *cig, const struct bt_iso_cig_param *param) in cig_init_cis()
1999 static void cleanup_cig(struct bt_iso_cig *cig) in cleanup_cig()
2016 const struct bt_iso_cig *cig) in valid_cig_param()
2134 int bt_iso_cig_create(const struct bt_iso_cig_param *param, struct bt_iso_cig **out_cig) in bt_iso_cig_create()
2138 struct bt_iso_cig *cig; in bt_iso_cig_create()
2234 static void restore_cig(struct bt_iso_cig *cig, uint8_t existing_num_cis) in restore_cig()
2253 int bt_iso_cig_reconfigure(struct bt_iso_cig *cig, const struct bt_iso_cig_param *param) in bt_iso_cig_reconfigure()
2343 int bt_iso_cig_terminate(struct bt_iso_cig *cig) in bt_iso_cig_terminate()
2448 struct bt_iso_cig *cig = get_cig(iso_chan); in bt_iso_security_changed()
2648 struct bt_iso_cig *cig; in bt_iso_chan_connect()
3563 struct bt_iso_cig *cig = &cigs[i]; in bt_iso_reset()