device: update Device.connect documentation to match BR/EDR behavior

This commit is contained in:
Abel Lucas
2022-11-02 20:16:02 +00:00
parent 51ddb36c91
commit b961affd3d

View File

@@ -1142,7 +1142,7 @@ class Device(CompositeEventEmitter):
): ):
''' '''
Request a connection to a peer. 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) connection_parameters_preferences: (BLE only, ignored for BR/EDR)
* None: use all PHYs with default parameters * None: use all PHYs with default parameters