Skip to content

Commit 62747cd

Browse files
authored
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.
1 parent 45985ad commit 62747cd

File tree

1 file changed

+4
-0
lines changed
  • buildroot-external/rootfs-overlay/etc/bluetooth

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[General]
22
Experimental=true
3+
# Increase temporary device timeout from 30s to 195s to prevent device
4+
# removal during connection retries and to align with Home Assistant's
5+
# Bluetooth stack expectations
6+
TemporaryTimeout=195
37

48
[Policy]
59
AutoEnable=true

0 commit comments

Comments
 (0)