Searched refs:g_sources (Results 1 – 1 of 1) sorted by relevance
46 static struct bt_bap_ep *g_sources[CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SRC_COUNT]; variable295 for (size_t i = 0U; i < ARRAY_SIZE(g_sources); i++) { in add_remote_source()296 if (g_sources[i] == NULL) { in add_remote_source()298 g_sources[i] = ep; in add_remote_source()567 memset(g_sources, 0, sizeof(g_sources)); in discover_sources()601 if (pair_params[i].rx_param != NULL && g_sources[i] != NULL) { in codec_configure_streams()603 const int err = codec_configure_stream(stream, g_sources[i], in codec_configure_streams()951 for (size_t i = 0U; i < MIN(ARRAY_SIZE(g_sources), ARRAY_SIZE(test_streams)); i++) { in create_unicast_group()952 if (g_sources[i] == NULL) { in create_unicast_group()