main.conf: Use BR instead of BREDR as group name
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 1 Dec 2020 22:24:50 +0000 (14:24 -0800)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:34 +0000 (19:08 +0530)
This align with latest version of main.conf that does use [BR] instead
of [BREDR].

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/main.c

index a3e37a8..0fae686 100755 (executable)
@@ -417,7 +417,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)