Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: e45343a37bf8a30ba1059743a3645551639974b7 https://github.com/bluez/bluez/commit/e45343a37bf8a30ba1059743a3645551639974b7 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-24 (Mon, 24 Mar 2025) Changed paths: M doc/mgmt-api.txt Log Message: ----------- mgmt-api: Add missing Device Flag This adds the missing Device Flag - Address Resolution = bit(2) Commit: cf8b2f308e31be757b5aa08a6c11887244cb5b21 https://github.com/bluez/bluez/commit/cf8b2f308e31be757b5aa08a6c11887244cb5b21 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-24 (Mon, 24 Mar 2025) Changed paths: M doc/mgmt-api.txt Log Message: ----------- mgmt-api: Add LL Privacy setting This adds LL Privacy (bit 22) to Read Controller Information so it can be propagated to the likes of bluetoothd. Commit: a0d6d3c78b28e667e53524b5e5961711e60ff13e https://github.com/bluez/bluez/commit/a0d6d3c78b28e667e53524b5e5961711e60ff13e Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-24 (Mon, 24 Mar 2025) Changed paths: M lib/mgmt.h M src/adapter.c M src/gatt-database.c Log Message: ----------- gatt-database: Fix always registering CentralAddressResolution CentralAddressResolution shall be conditional to LL Privacy to avoid peripherals assuming Directed Advertising can be used which may lead to issues like: Fixes: https://github.com/bluez/bluez/issues/1138 Commit: 122c9fcacfa93266051de2edabef608bc63986a3 https://github.com/bluez/bluez/commit/122c9fcacfa93266051de2edabef608bc63986a3 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-24 (Mon, 24 Mar 2025) Changed paths: M tools/mgmt-tester.c Log Message: ----------- mgmt-tester: Fix missing MGMT_SETTING_LL_PRIVACY This fixes the tests which now requires MGMT_SETTING_LL_PRIVACY (bit 22). Commit: 912e2f54fd57ba4fbe66b6331149d7131122ad09 https://github.com/bluez/bluez/commit/912e2f54fd57ba4fbe66b6331149d7131122ad09 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-03-24 (Mon, 24 Mar 2025) Changed paths: M monitor/packet.c Log Message: ----------- monitor: Add decoding of MGMT LL Privacy setting This adds decoding support of MGM LL Privacy setting (bit 22). Compare: https://github.com/bluez/bluez/compare/f77e72c3ab11...912e2f54fd57 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications