Skip to content

Commit

Permalink
Bluetooth: BAP: Broadcast Source: Remove unused variable
Browse files Browse the repository at this point in the history
Remove an unused variable in bt_bap_broadcast_source_reconfig
that causes compiler warnings.

Signed-off-by: Emil Gydesen <[email protected]>
  • Loading branch information
Thalley committed Feb 23, 2024
1 parent d0f7ab9 commit 9d1694c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions subsys/bluetooth/audio/bap_broadcast_source.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9d1694c

Please sign in to comment.