Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: ac04e5f38225d672a10ffd0a9162c3e466b6977b https://github.com/bluez/bluez/commit/ac04e5f38225d672a10ffd0a9162c3e466b6977b Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M src/device.c Log Message: ----------- device: Fix not probing drivers at startup Patch 67a26abe53bf ("profile: Add probe_on_discover flag") introduced a regression which prevents drivers to be properly loaded at startup since at that point they are not connected when code shall testing if the devide is temporary instead. Commit: 8bf3a4a265bb199e21735639c57f1f652e5b8d45 https://github.com/bluez/bluez/commit/8bf3a4a265bb199e21735639c57f1f652e5b8d45 Author: Bart Philips <bartphilips1@xxxxxxxxx> Date: 2023-08-09 (Wed, 09 Aug 2023) Changed paths: M src/shared/gatt-server.c Log Message: ----------- shared/gatt-server: Fix not allowing valid attribute writes The length check shall not consider the command header, just its payload. Compare: https://github.com/bluez/bluez/compare/fc6f5856d177...8bf3a4a265bb