Bluetooth: BAP: Shell: Fix missing src_id in mod_src
The src_id was never set in cmd_bap_broadcast_assistant_mod_src. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
4beb51c52f
commit
e99b8f3433
1 changed files with 1 additions and 0 deletions
|
@ -689,6 +689,7 @@ static int cmd_bap_broadcast_assistant_mod_src(const struct shell *sh,
|
|||
|
||||
return -ENOEXEC;
|
||||
}
|
||||
param.src_id = src_id;
|
||||
|
||||
param.pa_sync = shell_strtobool(argv[2], 0, &result);
|
||||
if (result != 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue