Skip to content

Bluetooth: hci_core: Remove le_restart_scan work

David Marlin requested to merge dmarlin/centos-stream-9:RHEL21583 into main

The le_restart_scan work in v6.5 would sometimes remove unpaired devices from the device list, which necessitated manually refreshing the list to force a rescan. This commit removes that work to correct the problem.

JIRA: https://issues.redhat.com/browse/RHEL-21583

Bluetooth: hci_core: Remove le_restart_scan work

commit 78db544b5d276b70c6ea2c2909ffed96b10229a3
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date:   Wed Sep 6 14:13:35 2023 -0700

    Bluetooth: hci_core: Remove le_restart_scan work

    This removes le_restart_scan work and instead just disables controller
    duplicate filtering when discovery result_filtering is enabled and
    HCI_QUIRK_STRICT_DUPLICATE_FILTER is set.

    Link: https://github.com/bluez/bluez/issues/573
    Link: https://github.com/bluez/bluez/issues/572
    Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

Signed-off-by: David Marlin dmarlin@redhat.com

Merge request reports