From fb642eced45f2048d4812a8cb86db487395b5694 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 17 Aug 2023 13:11:09 -0700 Subject: [PATCH] bap: Set auto_connect Patch 2a4cf63f2152 has reset the flag back to false when it shouldn't so this revert it to its original behavior. --- profiles/audio/bap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/bap.c b/profiles/audio/bap.c index 8cbb238ef..922eac50d 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, }; -- 2.47.3