From 8fe6fddd9bfb4798d68c6df674f9d5d33d45c3c0 Mon Sep 17 00:00:00 2001 From: Archie Pusaka Date: Tue, 18 Aug 2020 15:34:10 +0800 Subject: main: add configurable refresh_discovery parameter This is to configure the default behavior of issuing SDP query to update the services upon profile connection. --- src/main.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.conf') diff --git a/src/main.conf b/src/main.conf index f41203b96..42f7e41c5 100644 --- a/src/main.conf +++ b/src/main.conf @@ -82,6 +82,10 @@ # 0 = disable timer, i.e. never keep temporary devices #TemporaryTimeout = 30 +# Enables the device to issue an SDP request to update known services when +# profile is connected. Defaults to true. +#RefreshDiscovery = true + [Controller] # The following values are used to load default adapter parameters. BlueZ loads # the values into the kernel before the adapter is powered if the kernel -- cgit v1.2.1