Searched refs:test_streams (Results 1 – 3 of 3) sorted by relevance
51 static struct audio_test_stream test_streams[CONFIG_BT_BAP_BROADCAST_SNK_STREAM_COUNT]; variable52 static struct bt_bap_stream *streams_p[ARRAY_SIZE(test_streams)];64 static const uint32_t bis_index_mask = BIT_MASK(ARRAY_SIZE(test_streams) + 1U);221 for (size_t i = 0U; i < ARRAY_SIZE(test_streams); i++) { in init()222 streams_p[i] = bap_stream_from_audio_test_stream(&test_streams[i]); in init()
68 test_streams[CONFIG_BT_ASCS_MAX_ASE_SNK_COUNT + CONFIG_BT_ASCS_MAX_ASE_SRC_COUNT]; variable100 for (size_t i = 0; i < ARRAY_SIZE(test_streams); i++) { in stream_alloc()101 struct bt_bap_stream *stream = bap_stream_from_audio_test_stream(&test_streams[i]); in stream_alloc()309 for (size_t i = 0U; i < ARRAY_SIZE(test_streams); i++) { in transceive_test_streams()310 struct bt_bap_stream *stream = bap_stream_from_audio_test_stream(&test_streams[i]); in transceive_test_streams()458 for (size_t i = 0; i < ARRAY_SIZE(test_streams); i++) { in init()459 bt_bap_stream_cb_register(bap_stream_from_audio_test_stream(&test_streams[i]), in init()
44 static struct audio_test_stream test_streams[CONFIG_BT_BAP_UNICAST_CLIENT_ASE_SNK_COUNT]; variable48 static struct bt_bap_unicast_group_stream_pair_param pair_params[ARRAY_SIZE(test_streams)];49 static struct bt_bap_unicast_group_stream_param stream_params[ARRAY_SIZE(test_streams)];480 for (size_t i = 0; i < ARRAY_SIZE(test_streams); i++) { in init()482 bap_stream_from_audio_test_stream(&test_streams[i]); in init()671 struct bt_bap_stream *stream = bap_stream_from_audio_test_stream(&test_streams[i]); in enable_streams()710 struct bt_bap_stream *stream = bap_stream_from_audio_test_stream(&test_streams[i]); in metadata_update_streams()852 bap_stream_from_audio_test_stream(&test_streams[i])); in disable_streams()912 bap_stream_from_audio_test_stream(&test_streams[i])); in release_streams()936 for (size_t i = 0U; i < MIN(ARRAY_SIZE(g_sinks), ARRAY_SIZE(test_streams)); i++) { in create_unicast_group()[all …]