Branch: refs/heads/953043 Home: https://github.com/bluez/bluez Commit: 992b2c9ab9b8d08f5892eea80928dcecc97fa300 https://github.com/bluez/bluez/commit/992b2c9ab9b8d08f5892eea80928dcecc97fa300 Author: Oleg Lyovin <ovlevin@xxxxxxxxxxxxxxxxx> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M src/device.c Log Message: ----------- device: Fix rare ERR_BREDR_CONN_BUSY during connect Disconnect may happen while the connection to the device is not finished, leading to device->pending list is not being freed. As a result, subsequent connection attempts leads to ERR_BREDR_CONN_BUSY error, making it impossible to establish a connection. This patch frees device->pending list in such case. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications