From 649a9fafd676478f9cb998af0f092a3f50ba349b Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Tue, 24 Nov 2020 15:46:58 -0700 Subject: [PATCH] main.conf: use correct key for BREDR configuration --- src/main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.conf b/src/main.conf index d3bc61441..ad36638b7 100644 --- a/src/main.conf +++ b/src/main.conf @@ -86,7 +86,7 @@ # profile is connected. Defaults to true. #RefreshDiscovery = true -[BREDR] +[BR] # The following values are used to load default adapter parameters for BR/EDR. # BlueZ loads the values into the kernel before the adapter is powered if the # kernel supports the MGMT_LOAD_DEFAULT_PARAMETERS command. If a value isn't -- 2.47.3