commit | de67ec9e67d350e311b6071ad7978c7ae553516e | [log] [tgz] |
---|---|---|
author | Emil Gydesen <emil.gydesen@nordicsemi.no> | Thu Oct 05 14:14:04 2023 +0200 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Oct 12 09:41:30 2023 +0300 |
tree | 48f33b77508d18a88aec0d0b5560bb4e5e83d1d8 | |
parent | 73398490771970fc099f6f3724ef75fbb1fc8542 [diff] |
Bluetooth: BAP: Fix broadcast source reconfig with subset of streams When the bt_bap_broadcast_source_reconfig was supplied with a subset of the streams, it would only update the codec cfg and qos for the streams provided in the parameters. This commit changes that, so all streams are properly updated, as they share some common values. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>