We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cca3f commit 09a9bafCopy full SHA for 09a9baf
adafruit_ble/__init__.py
@@ -58,8 +58,8 @@ class BLEConnection:
58
Represents a connection to a peer BLE device.
59
It acts as a map from a `Service` type to a `Service` instance for the connection.
60
61
- :param bleio_connection _bleio.Connection
62
- Wrap the native `_bleio.Connection` object.
+ :param bleio_connection _bleio.Connection: the native `_bleio.Connection` object to wrap
+
63
"""
64
def __init__(self, bleio_connection):
65
self._bleio_connection = bleio_connection
0 commit comments