Bluetooth: CAP: drop non existing qos
qos got dropped from bt_cap_unicast_audio_start_stream_param in
71b1591337
.
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
6e78b435be
commit
09f02edfa4
1 changed files with 0 additions and 1 deletions
|
@ -664,7 +664,6 @@ static void unicast_audio_start(struct bt_bap_unicast_group *unicast_group, bool
|
|||
stream_param[1].stream = &unicast_client_source_streams[0];
|
||||
stream_param[1].ep = unicast_source_eps[bt_conn_index(default_conn)][0];
|
||||
stream_param[1].codec_cfg = &unicast_preset_16_2_1.codec_cfg;
|
||||
stream_param[1].qos = &unicast_preset_16_2_1.qos;
|
||||
|
||||
UNSET_FLAG(flag_started);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue