diff mbox series

[BlueZ,v1] main.conf: Fix documentation of TemporaryTimeout=0

Message ID 20250506144814.49996-1-luiz.dentz@gmail.com
State New
Headers show
Series [BlueZ,v1] main.conf: Fix documentation of TemporaryTimeout=0 | expand

Commit Message

Luiz Augusto von Dentz May 6, 2025, 2:48 p.m. UTC
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(-)

Comments

patchwork-bot+bluetooth@kernel.org May 6, 2025, 3 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue,  6 May 2025 10:48:14 -0400 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [BlueZ,v1] main.conf: Fix documentation of TemporaryTimeout=0
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=313de9af36cb

You are awesome, thank you!
bluez.test.bot@gmail.com May 6, 2025, 4:13 p.m. UTC | #2
This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=960073

---Test result---

Test Summary:
CheckPatch                    PENDING   0.32 seconds
GitLint                       PENDING   0.34 seconds
BuildEll                      PASS      20.50 seconds
BluezMake                     PASS      2729.60 seconds
MakeCheck                     PASS      20.61 seconds
MakeDistcheck                 PASS      198.30 seconds
CheckValgrind                 PASS      275.60 seconds
CheckSmatch                   PASS      302.50 seconds
bluezmakeextell               PASS      128.53 seconds
IncrementalBuild              PENDING   0.29 seconds
ScanBuild                     PASS      904.35 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth
diff mbox series

Patch

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