From b961affd3d1f4ba76c9de6bf4952ab0e9746bb27 Mon Sep 17 00:00:00 2001 From: Abel Lucas Date: Wed, 2 Nov 2022 20:16:02 +0000 Subject: [PATCH] device: update `Device.connect` documentation to match BR/EDR behavior --- bumble/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumble/device.py b/bumble/device.py index d500efa..98d3ecf 100644 --- a/bumble/device.py +++ b/bumble/device.py @@ -1142,7 +1142,7 @@ class Device(CompositeEventEmitter): ): ''' Request a connection to a peer. - This method cannot be called if there is already a pending connection. + When transport is BLE, this method cannot be called if there is already a pending connection. connection_parameters_preferences: (BLE only, ignored for BR/EDR) * None: use all PHYs with default parameters