Diff between 60731cab5891ad2be01f5fcdbf5908aff7df4fd1 and fb642eced45f2048d4812a8cb86db487395b5694
Changed Files
| File | Additions | Deletions | Status |
| profiles/audio/bap.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c
index 8cbb238..922eac5 100644
--- a/profiles/audio/bap.c
+++ b/profiles/audio/bap.c
@@ -1897,7 +1897,7 @@ static struct btd_profile bap_profile = {
.disconnect = bap_disconnect,
.adapter_probe = bap_adapter_probe,
.adapter_remove = bap_adapter_remove,
- .auto_connect = false,
+ .auto_connect = true,
.experimental = true,
};