From e2863c003c8e65b386a981ef6037518beb605795 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 1 Dec 2020 14:24:50 -0800 Subject: [PATCH] main.conf: Use BR instead of BREDR as group name This align with latest version of main.conf that does use [BR] instead of [BREDR]. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 33c0f0d15..f7d301665 100644 --- a/src/main.c +++ b/src/main.c @@ -412,7 +412,7 @@ static void parse_br_config(GKeyFile *config) if (btd_opts.mode == BT_MODE_LE) return; - parse_mode_config(config, "BREDR", params, ARRAY_SIZE(params)); + parse_mode_config(config, "BR", params, ARRAY_SIZE(params)); } static void parse_le_config(GKeyFile *config) -- 2.47.3