Bluetooth: BAP: Broadcast Source: Remove unused variable
Remove an unused variable in bt_bap_broadcast_source_reconfig that causes compiler warnings. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
a7fe853436
commit
248bee9b17
1 changed files with 0 additions and 3 deletions
|
@ -893,9 +893,6 @@ int bt_bap_broadcast_source_reconfig(struct bt_bap_broadcast_source *source,
|
|||
* params
|
||||
*/
|
||||
SYS_SLIST_FOR_EACH_CONTAINER(&subgroup->streams, stream, _node) {
|
||||
struct bt_iso_chan_io_qos *iso_qos;
|
||||
|
||||
iso_qos = stream->ep->iso->chan.qos->tx;
|
||||
bt_bap_stream_attach(NULL, stream, stream->ep, codec_cfg);
|
||||
bt_bap_iso_configure_data_path(stream->ep, codec_cfg);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue