projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56d91a9
)
main.conf: Use BR instead of BREDR as group name
author
Luiz Augusto von Dentz
<luiz.von.dentz@intel.com>
Tue, 1 Dec 2020 22:24:50 +0000
(14:24 -0800)
committer
Ayush 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
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
a3e37a8
..
0fae686
100755
(executable)
--- a/
src/main.c
+++ b/
src/main.c
@@
-417,7
+417,7
@@
static void parse_br_config(GKeyFile *config)
if (btd_opts.mode == BT_MODE_LE)
return;
- parse_mode_config(config, "BR
EDR
", params, ARRAY_SIZE(params));
+ parse_mode_config(config, "BR", params, ARRAY_SIZE(params));
}
static void parse_le_config(GKeyFile *config)