1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-20 02:18:37 +00:00

bluetooth: Increase TemporaryTimeout to 195 seconds (#4249)

Increase the BlueZ temporary device timeout from the default 30s to 195s.
This prevents devices from being removed from D-Bus during connection
retries, especially when multiple connection attempts are queued.

The 195s timeout aligns with Home Assistant's Bluetooth stack behavior
for ESPHome proxies and prevents the 'device removal spiral' that occurs
when devices timeout during sequential connection attempts.
This commit is contained in:
J. Nick Koston
2025-08-25 13:44:00 +02:00
committed by GitHub
parent 45985ad4a3
commit 62747cd622

View File

@@ -1,5 +1,9 @@
[General] [General]
Experimental=true Experimental=true
# Increase temporary device timeout from 30s to 195s to prevent device
# removal during connection retries and to align with Home Assistant's
# Bluetooth stack expectations
TemporaryTimeout=195
[Policy] [Policy]
AutoEnable=true AutoEnable=true