Diff between 75095a9901f8494e5652222669ffb51021eb4850 and b4aae7f3d92b9301ccfb24350dfe9e84a8da71ab

Changed Files

File Additions Deletions Status
src/shared/bap.c +1 -0 modified

Full Patch

diff --git a/src/shared/bap.c b/src/shared/bap.c
index ce8d35f..f2d2ca0 100644
--- a/src/shared/bap.c
+++ b/src/shared/bap.c
@@ -1379,6 +1379,7 @@ static void stream_set_state_broadcast(struct bt_bap_stream *stream,
 		break;
 	case BT_ASCS_ASE_STATE_RELEASING:
 		bap_stream_io_detach(stream);
+		stream_set_state_broadcast(stream, BT_BAP_STREAM_STATE_QOS);
 		break;
 	}