Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 366a8c522b648f47147de4852c5c030d69b916b3 https://github.com/bluez/bluez/commit/366a8c522b648f47147de4852c5c030d69b916b3 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-28 (Wed, 28 Aug 2024) Changed paths: M src/adapter.c Log Message: ----------- adapter: Fix up address type when loading keys Due to kernel change 59b047bc9808 ("Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE") some keys maybe store using the wrong/invalid address type as per MGMT API, so this attempts to fix them up. Fixes: https://github.com/bluez/bluez/issues/875 Commit: d6515f4ca7d4134af5c277945d140742deda498b https://github.com/bluez/bluez/commit/d6515f4ca7d4134af5c277945d140742deda498b Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2024-08-28 (Wed, 28 Aug 2024) Changed paths: M src/adapter.c Log Message: ----------- Revert "adapter: Fix link key address type for old kernels" This reverts commit 7ad5669402c9acff8e4cc808edc12a41df36654e since it no longer possible to have the wrong address type being loaded as they fix up in place when that happens. Commit: 32a0811685c5dd290f1152bef2dfbde3b2848446 https://github.com/bluez/bluez/commit/32a0811685c5dd290f1152bef2dfbde3b2848446 Author: Felix Qin <xiaoyao@xxxxxxxxxxxxxx> Date: 2024-08-28 (Wed, 28 Aug 2024) Changed paths: M src/shared/att.c Log Message: ----------- att: Correctly handle negative return values in can_write_data Compare: https://github.com/bluez/bluez/compare/4ed7060ca9df...32a0811685c5 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications