Diff between 128b0695e2b5941f84099cee98e9d4318ccfced6 and 1d3907561f8e67a71b378ecfd2c770a5fc1766d5
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/transport.c | +2 | -1 | modified |
Full Patch
diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index 244d2c4..9bf3b47 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
@@ -2147,7 +2147,8 @@ static void bap_state_changed(struct bt_bap_stream *stream, uint8_t old_state,
case BT_BAP_STREAM_STATE_RELEASING:
if (bt_bap_stream_io_dir(stream) == BT_BAP_BCAST_SINK)
return;
- break;
+ transport_update_playing(transport, FALSE);
+ goto done;
}
io = bt_bap_stream_get_io(stream);