Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlueZ: fix removed devices included in discovered_devices #967

Merged
merged 1 commit into from
Aug 30, 2022

Commits on Aug 30, 2022

  1. backends/bluezdbus/scanner: fix removed devices included in discovere…

    …d_devices
    
    This fixes a regression introduced in v0.15 where device removed from
    BlueZ while scanning were no longer removed from this list of discovered
    devices. This caused the `discovered_devices` property to return
    devices that could no longer be connected to by BlueZ since they were
    removed.
    
    Fixes #942.
    dlech committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    aa27f4c View commit details
    Browse the repository at this point in the history