summaryrefslogtreecommitdiff
path: root/shared-bindings/_bleio/Adapter.c
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-02-20 21:55:04 -0500
committerDan Halbert <halbert@halwitz.org>2020-02-20 21:55:04 -0500
commite31ac710be0e1983ec791dc4db169505afdd8d63 (patch)
treee14b70fa0d5ee349ad62729c85bf0163d27d4c57 /shared-bindings/_bleio/Adapter.c
parent675930083de102ab73af6f6a586614793e467f5f (diff)
Enable _bleio adapter when _bleio is imported
Diffstat (limited to 'shared-bindings/_bleio/Adapter.c')
-rw-r--r--shared-bindings/_bleio/Adapter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Adapter.c b/shared-bindings/_bleio/Adapter.c
index 500055cf3..921667f0f 100644
--- a/shared-bindings/_bleio/Adapter.c
+++ b/shared-bindings/_bleio/Adapter.c
@@ -117,7 +117,7 @@ const mp_obj_property_t bleio_adapter_address_obj = {
//| .. attribute:: name
//|
-//| name of the BLE adapter used once connected. Not used in advertisements.
+//| name of the BLE adapter used once connected.
//| The name is "CIRCUITPY" + the last four hex digits of ``adapter.address``,
//| to make it easy to distinguish multiple CircuitPython boards.
//|