Branch: refs/heads/966495 Home: https://github.com/bluez/bluez Commit: c56e70c7e1f66b95e064e3952fb56415de4d704e https://github.com/bluez/bluez/commit/c56e70c7e1f66b95e064e3952fb56415de4d704e Author: Remi Pommarel <repk@xxxxxxxxxxxx> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M plugins/policy.c Log Message: ----------- policy: Fix reset Control/Target/HS retry counters Control and Target retries counter were reset when service state goes from CONNECTED to DISCONNECTED, but usually an extra DISCONNECTING state is reach before going to DISCONNECTED. This causes retry counter to not being reset in this case, leading to service not being able to initialize on next connection. HS retry counter was only reset when limit is reached. Reset the counter as soon as CONNECTED state is reached to avoid that. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications