From 895f1618d89ce807d0fa5c413adcfd1b09474587 Mon Sep 17 00:00:00 2001 From: Abel Lucas Date: Fri, 27 Jan 2023 23:05:43 +0000 Subject: [PATCH] host: fixed `.latency` attribute error --- bumble/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumble/host.py b/bumble/host.py index 0f1f2e6..58ff8f0 100644 --- a/bumble/host.py +++ b/bumble/host.py @@ -660,7 +660,7 @@ class Host(AbortableEventEmitter): connection_handle=event.connection_handle, interval_min=event.interval_min, interval_max=event.interval_max, - latency=event.latency, + max_latency=event.max_latency, timeout=event.timeout, min_ce_length=0, max_ce_length=0,