Diff between 34e8c20d488f8f596857813b615f81355ab70c47 and b843a5c5b4b52faa19a8926c4b8f6da185a386bc
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/transport.c | +1 | -0 | modified |
Full Patch
diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index f36e609..f233643 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
@@ -1321,6 +1321,7 @@ static void bap_state_changed(struct bt_bap_stream *stream, uint8_t old_state,
/* If a request is pending wait it to complete */
if (owner && owner->pending)
return;
+ bap_update_links(transport);
transport_update_playing(transport, FALSE);
return;
case BT_BAP_STREAM_STATE_DISABLING: