Lines Matching refs:stream_param
784 const struct bt_cap_unicast_audio_start_stream_param *stream_param =
786 const union bt_cap_set_member *member = &stream_param->member;
787 const struct bt_cap_stream *cap_stream = stream_param->stream;
788 const struct bt_audio_codec_cfg *codec_cfg = stream_param->codec_cfg;
803 CHECKIF(stream_param->codec_cfg == NULL) {
813 CHECKIF(stream_param->ep == NULL) {
952 struct bt_cap_unicast_audio_start_stream_param *stream_param =
954 union bt_cap_set_member *member = &stream_param->member;
955 struct bt_cap_stream *cap_stream = stream_param->stream;
966 active_proc->proc_param.initiator[i].start.ep = stream_param->ep;
968 active_proc->proc_param.initiator[i].start.codec_cfg = stream_param->codec_cfg;
1570 const struct bt_cap_unicast_audio_update_stream_param *stream_param =
1572 const struct bt_cap_stream *cap_stream = stream_param->stream;
1613 if (!cap_initiator_valid_metadata(stream_param->meta, stream_param->meta_len)) {
1653 const struct bt_cap_unicast_audio_update_stream_param *stream_param =
1655 struct bt_cap_stream *cap_stream = stream_param->stream;
1661 active_proc->proc_param.initiator[i].meta_update.meta_len = stream_param->meta_len;
1662 memcpy(&active_proc->proc_param.initiator[i].meta_update.meta, stream_param->meta,
1663 stream_param->meta_len);