[bluez/bluez] f5853b: btdev: Fix handling of BT_HCI_CMD_LE_SET_RESOLV_EN...
From: Luiz Augusto von Dentz <hidden>
Date: 2025-09-26 16:23:37
Branch: refs/heads/1006636 Home: https://github.com/bluez/bluez Commit: f5853b0611db93655fb74e9f376de2dee76b7d53 https://github.com/bluez/bluez/commit/f5853b0611db93655fb74e9f376de2dee76b7d53 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: 8afd5b58b9249a1d2ad0ac07519ecbdef6cc98c7 https://github.com/bluez/bluez/commit/8afd5b58b9249a1d2ad0ac07519ecbdef6cc98c7 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/f5853b0611db%5E...8afd5b58b924 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications