Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 39467578207889fd015775cbe81a3db9dd26abea https://github.com/bluez/bluez/commit/39467578207889fd015775cbe81a3db9dd26abea Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-29 (Thu, 29 Aug 2024) Changed paths: M src/device.c Log Message: ----------- device: Fix Pair method not setting auto_connect Due to commit 507ba12483c3 ("profile: Remove probe_on_discover") disable_auto_connect may be set when a service is probed but the device is still temporary which is normally the result of service being discovered over advertisement rather than connection. To fix this the Device.Pair method needs to check if the disable_auto_connect flag has been set and then reset it set auto_connect which is similar to how Device.Connect works. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications