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:
Emil Gydesen 2023-06-19 19:39:44 +02:00 committed by Carles Cufí
commit e99b8f3433

View file

@ -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) {