Diff between 670f0d0f618d3f122e6d95c34de53f59a343a15f and bc35476450af4256fd8284b1f5cfcbadcb90f8b6
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/bap.c | +0 | -5 | modified |
Full Patch
diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index dfc71ed..911cdd0 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
@@ -1714,11 +1714,6 @@ static void bap_state(struct bt_bap_stream *stream, uint8_t old_state,
break;
case BT_BAP_STREAM_STATE_CONFIG:
if (ep && !ep->id) {
- if
- (bt_bap_pac_get_type(ep->lpac) == BT_BAP_BCAST_SINK) {
- bap_create_bcast_io(data, ep, stream, true);
- return;
- }
bap_create_io(data, ep, stream, true);
if (!ep->io) {
error("Unable to create io");