public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ] The GATT.Client option is in the wrong section.
@ 2025-11-07 12:27 Pavel Bozhko
  2025-11-07 14:18 ` [BlueZ] " bluez.test.bot
  2025-11-10 21:10 ` [PATCH BlueZ] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Bozhko @ 2025-11-07 12:27 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Pavel Bozhko

GATT.Client is currently in the CSIS section, but should
be in the GATT section. The bug is that
setting the Client option to false has no effect.
---
 src/main.conf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main.conf b/src/main.conf
index 4c53376dc..fa94cf97d 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -262,6 +262,11 @@
 # Default: always
 #Cache = always
 
+# This enables the GATT client functionally, so it can be disabled in system
+# which can only operate as a peripheral.
+# Defaults to 'true'.
+#Client = true
+
 # Minimum required Encryption Key Size for accessing secured characteristics.
 # Possible values: 0 and 7-16. 0 means don't care.
 # Defaults to 0
@@ -308,11 +313,6 @@
 # Defaults to 0
 #Rank = 0
 
-# This enables the GATT client functionally, so it can be disabled in system
-# which can only operate as a peripheral.
-# Defaults to 'true'.
-#Client = true
-
 [AVDTP]
 # AVDTP L2CAP Signalling Channel Mode.
 # Possible values:
-- 
2.43.0


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

end of thread, other threads:[~2025-11-10 21:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07 12:27 [PATCH BlueZ] The GATT.Client option is in the wrong section Pavel Bozhko
2025-11-07 14:18 ` [BlueZ] " bluez.test.bot
2025-11-10 21:10 ` [PATCH BlueZ] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox