All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] main.conf: use correct key for BREDR configuration
@ 2020-11-24 22:46 Ronan Pigott
  2020-11-24 23:28 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 8+ messages in thread
From: Ronan Pigott @ 2020-11-24 22:46 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ronan Pigott

From: Ronan Pigott <rpigott@berkeley.edu>

Signed-off-by: Ronan Pigott <rpigott@berkeley.edu>
---

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-12-01 23:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-24 22:46 [PATCH BlueZ] main.conf: use correct key for BREDR configuration Ronan Pigott
2020-11-24 23:28 ` [BlueZ] " bluez.test.bot
2020-11-25  1:19   ` Luiz Augusto von Dentz
2020-12-01 20:33     ` Alain Michaud
2020-12-01 22:51       ` Ronan Pigott
2020-12-01 23:03         ` Alain Michaud
2020-12-01 23:13           ` Luiz Augusto von Dentz
2020-12-01 23:16             ` Alain Michaud

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.