From 9dbeccca61ac96fb915e70a5d643a45b86b76bb6 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 8dc6e1b..6caf481 100644 --- a/profiles/audio/bap.c +++ b/profiles/audio/bap.c @@ -1899,7 +1899,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.7.4