From 5e41d1e1d361e7288964e4c2c5ed90736025662f Mon Sep 17 00:00:00 2001 From: Pavel Bozhko Date: Fri, 7 Nov 2025 15:27:34 +0300 Subject: [PATCH] The GATT.Client option is in the wrong section. 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.47.3