From 86cda8771d219014db528d2177aedc7d7f576537 Mon Sep 17 00:00:00 2001 From: Markus Jellitsch Date: Tue, 14 Jan 2025 10:43:49 +0100 Subject: [PATCH] Update device.py --- bumble/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumble/device.py b/bumble/device.py index 56f4f00..1a6d754 100644 --- a/bumble/device.py +++ b/bumble/device.py @@ -2909,7 +2909,7 @@ class Device(CompositeEventEmitter): scanning_filter_policy=scanning_filter_policy, scanning_phys=scanning_phys_bits, scan_types=[scan_type] * scanning_phy_count, - scan_intervals=[int(scan_window / 0.625)] * scanning_phy_count, + scan_intervals=[int(scan_interval / 0.625)] * scanning_phy_count, scan_windows=[int(scan_window / 0.625)] * scanning_phy_count, ), check_result=True,