Diff between 098ff00dea086764b309d8e43bab83b70eff8941 and 491e5b35370099bf61ef89ca9dcdcf6b6b4c4f89

Changed Files

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

Full Patch

diff --git a/src/shared/bap.c b/src/shared/bap.c
index 6391495..1d9f59f 100644
--- a/src/shared/bap.c
+++ b/src/shared/bap.c
@@ -2056,10 +2056,6 @@ static void bap_bcast_set_state(struct bt_bap_stream *stream, uint8_t state)
 		if (stream->ops && stream->ops->detach)
 			stream->ops->detach(stream);
 		break;
-	case BT_ASCS_ASE_STATE_DISABLING:
-		bap_stream_io_detach(stream);
-		stream_set_state(stream, BT_BAP_STREAM_STATE_QOS);
-		break;
 	case BT_ASCS_ASE_STATE_RELEASING:
 		bap_stream_io_detach(stream);
 		stream_set_state(stream, BT_BAP_STREAM_STATE_IDLE);