[bluez/bluez] a6d35e: btdev: Fix handling of BT_HCI_CMD_LE_SET_RESOLV_EN...
From: Luiz Augusto von Dentz <hidden>
Date: 2025-09-29 13:36:26
Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: a6d35e91b80b6f52323003254affa944bdee6287 https://github.com/bluez/bluez/commit/a6d35e91b80b6f52323003254affa944bdee6287 Author: Luiz Augusto von Dentz [off-list ref] Date: 2025-09-26 (Fri, 26 Sep 2025) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Fix handling of BT_HCI_CMD_LE_SET_RESOLV_ENABLE Checking for le_adv_enable alone is not valid considering the comments itself states that peridic advertising shall be allowed. Commit: e7c77f80787def10ccaff73ea6d19ef36faba18c https://github.com/bluez/bluez/commit/e7c77f80787def10ccaff73ea6d19ef36faba18c Author: Luiz Augusto von Dentz [off-list ref] Date: 2025-09-26 (Fri, 26 Sep 2025) Changed paths: M emulator/btdev.c Log Message: ----------- btdev: Fix advertisement state The LE Advertisement state shall be updated whenever an advertisement is disabled since if all advertisments sets are disabled it shall be reflected in le_adv_enable. Compare: https://github.com/bluez/bluez/compare/04a8966972d0...e7c77f80787d To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications