• A
    Bluetooth: Filter duplicated reports in LE scan · 0431a43c
    Andre Guedes 提交于
    This patch enables filtering duplicated advertising reports during
    LE scan.
    
    Some LE devices advertise using very small intervals generating lots
    of equal advertising report events to the host. Each event generates
    a mgmt_device_found event which is copied to userspace.
    
    Enabling this feature, duplicated advertising reports are filtered
    at controller's link layer. This way, the controller doesn't wake up
    the host to report duplicated advertising reports and, consequently,
    less data is copied to userspace.
    Signed-off-by: NAndre Guedes <andre.guedes@openbossa.org>
    Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
    0431a43c
hci_core.c 60.6 KB