mirror of
https://github.com/google/bumble.git
synced 2026-05-08 03:58:01 +00:00
Update device.py
This commit is contained in:
@@ -2909,7 +2909,7 @@ class Device(CompositeEventEmitter):
|
|||||||
scanning_filter_policy=scanning_filter_policy,
|
scanning_filter_policy=scanning_filter_policy,
|
||||||
scanning_phys=scanning_phys_bits,
|
scanning_phys=scanning_phys_bits,
|
||||||
scan_types=[scan_type] * scanning_phy_count,
|
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,
|
scan_windows=[int(scan_window / 0.625)] * scanning_phy_count,
|
||||||
),
|
),
|
||||||
check_result=True,
|
check_result=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user