From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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