Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 9e496c216f463b8a14d35e2715d796dc84bb339a https://github.com/bluez/bluez/commit/9e496c216f463b8a14d35e2715d796dc84bb339a Author: Arkadiusz Bokowy <arkadiusz.bokowy@xxxxxxxxx> Date: 2024-06-17 (Mon, 17 Jun 2024) Changed paths: M src/shared/util.c Log Message: ----------- shared/util: Update SDO defined UUIDs The list of SDO defined UUIDs taken from section 3.10 of: https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf Commit: 7ff745c2bd0c2656a7022ee11c67c6d8dc8494a6 https://github.com/bluez/bluez/commit/7ff745c2bd0c2656a7022ee11c67c6d8dc8494a6 Author: Vlad Pruteanu <vlad.pruteanu@xxxxxxx> Date: 2024-06-17 (Mon, 17 Jun 2024) Changed paths: M src/adapter.c Log Message: ----------- src/adapter: Check if device is connected before clean up Broadcast sources are currently deleted on the clean up triggered by turning scan off. Thix fix prevents the removal of sources to which we are synced by also checking if the device that will be removed is connected (sources to which we are synced are already marked as connected). Compare: https://github.com/bluez/bluez/compare/48b7f7e5fe53...7ff745c2bd0c To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications