Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: fb642eced45f2048d4812a8cb86db487395b5694 https://github.com/bluez/bluez/commit/fb642eced45f2048d4812a8cb86db487395b5694 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: Set auto_connect Patch 2a4cf63f2152 has reset the flag back to false when it shouldn't so this revert it to its original behavior. Commit: 507ba12483c3b6504d7fc0abfbbe1b4a0c8fa006 https://github.com/bluez/bluez/commit/507ba12483c3b6504d7fc0abfbbe1b4a0c8fa006 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-08-17 (Thu, 17 Aug 2023) Changed paths: M src/device.c M src/profile.h Log Message: ----------- profile: Remove probe_on_discover The concept of probing not connected devices is already supported when loading devices from storage, so drivers shall already be capabable of handling such a thing as there are dedicated callbacks to indicate when there is a new connection in the form of .accept callback. Commit: cc7dbadb7236e5e9a7da5567f838b962a524df13 https://github.com/bluez/bluez/commit/cc7dbadb7236e5e9a7da5567f838b962a524df13 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-08-18 (Fri, 18 Aug 2023) Changed paths: M src/device.c Log Message: ----------- device: Don't attempt to set auto_connect for devices using RPAs Device using private address cannot be programmed into the auto_connect list without them being paired and its IRK being distributed otherwise there is no way to resolve it address and the command will fail. Commit: 0004eb06d5d9a2f27521d9ce3b206d6f3f82c61e https://github.com/bluez/bluez/commit/0004eb06d5d9a2f27521d9ce3b206d6f3f82c61e Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-08-18 (Fri, 18 Aug 2023) Changed paths: M src/device.c Log Message: ----------- device: Restart temporary timer while connecting If the device is temporary restart its timer when attempt to connect to it since it can interrupt the connection attempt prematurely while it still scanning, etc. Compare: https://github.com/bluez/bluez/compare/60731cab5891...0004eb06d5d9