From: Ronan Pigott <rpigott@xxxxxxxxxxxx> Signed-off-by: Ronan Pigott <rpigott@xxxxxxxxxxxx> --- There is a mismtach between the "BREDR" group name in the config and the valid group name "BR" accepted in main.c. This changes main.conf, but I'm not certain if it's main.c that should be changed instead. 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.29.2