From 05efcccdcc5e7fae85eca1a9720b38664996c930 Mon Sep 17 00:00:00 2001 From: Iulia Tanasescu Date: Fri, 2 Feb 2024 16:10:36 +0200 Subject: [PATCH] bap: Remove incorrect assignment of listen io For a broadacst sink, the io that is notified in iso_bcast_confirm_cb is the stream io, so the listen io should not be updated. --- profiles/audio/bap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c index 883e7302f..88c93127b 100644 --- a/profiles/audio/bap.c +++ b/profiles/audio/bap.c @@ -1064,7 +1064,6 @@ static void iso_bcast_confirm_cb(GIOChannel *io, GError *err, void *user_data) setup->metadata); setup->id = bt_bap_stream_config(setup->stream, &setup->qos, setup->caps, NULL, NULL); - data->listen_io = io; bt_bap_stream_set_user_data(setup->stream, ep->path); -- 2.47.3