commit | 6a027634cd18d1e68ea98201bd99e10282c08659 | [log] [tgz] |
---|---|---|
author | Ping Wang <pinw@demant.com> | Fri Apr 26 08:43:40 2024 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Mon May 06 17:30:04 2024 +0100 |
tree | 30ae0a7d442795c63ae703686fba9017a8788b60 | |
parent | 291b81bc38363f970f7ae1dab0bbb949f46b11e3 [diff] |
Bluetooth: Audio: Shell: adds support for BIS index parameter When calling bap_broadcast_assistant add_pa_sync, it should only set the BIS index field as optional parameters and not to whatever is in the BASE. If setting BIS index which the BASE does not support, then the command should be rejected. This PR fixes https://github.com/zephyrproject-rtos/zephyr/issues/70835 Signed-off-by: Ping Wang <pinw@demant.com>