Bluetoioth: CAP: Shell: Added qos config to unicast_start cmd
For cap_initiator unicast_start command, qos configuration is added. Signed-off-by: Nithin Ramesh Myliattil <niym@demant.com>
This commit is contained in:
parent
67db6f69f3
commit
0d479a0091
1 changed files with 2 additions and 0 deletions
|
@ -247,6 +247,7 @@ static int cmd_cap_initiator_unicast_start(const struct shell *sh, size_t argc,
|
|||
|
||||
group_stream_params[start_param.count].stream =
|
||||
&stream_param[start_param.count].stream->bap_stream;
|
||||
group_stream_params[start_param.count].qos = &uni_stream->qos;
|
||||
pair_params[pair_cnt + j].tx_param =
|
||||
&group_stream_params[start_param.count];
|
||||
|
||||
|
@ -277,6 +278,7 @@ static int cmd_cap_initiator_unicast_start(const struct shell *sh, size_t argc,
|
|||
stream_param[start_param.count].codec_cfg = &uni_stream->codec_cfg;
|
||||
group_stream_params[start_param.count].stream =
|
||||
&stream_param[start_param.count].stream->bap_stream;
|
||||
group_stream_params[start_param.count].qos = &uni_stream->qos;
|
||||
pair_params[pair_cnt + j].rx_param =
|
||||
&group_stream_params[start_param.count];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue