public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1] main.conf: Fix documentation of TemporaryTimeout=0
@ 2025-05-06 14:48 Luiz Augusto von Dentz
  2025-05-06 15:00 ` patchwork-bot+bluetooth
  2025-05-06 16:13 ` [BlueZ,v1] " bluez.test.bot
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2025-05-06 14:48 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

Setting TemporaryTimeout to 0 never enables temporary_timer which means
device_disappeared will never be called and the device will remain
temporary forever (until the service is restarted).

Fixes: https://github.com/bluez/bluez/issues/1100
---
 src/main.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.conf b/src/main.conf
index e9c7552a2c2d..ada9b9b5ebf1 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -104,7 +104,7 @@
 
 # How long to keep temporary devices around
 # The value is in seconds. Default is 30.
-# 0 = disable timer, i.e. never keep temporary devices
+# 0 = disable timer, i.e. temporary devices stay around forever
 #TemporaryTimeout = 30
 
 # Enables the device to issue an SDP request to update known services when
-- 
2.49.0


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

end of thread, other threads:[~2025-05-06 16:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-06 14:48 [PATCH BlueZ v1] main.conf: Fix documentation of TemporaryTimeout=0 Luiz Augusto von Dentz
2025-05-06 15:00 ` patchwork-bot+bluetooth
2025-05-06 16:13 ` [BlueZ,v1] " bluez.test.bot

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