Skip to content

document different kinds of _bleio #9758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion shared-bindings/_bleio/__init__.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@
//| `adafruit_ble <https://circuitpython.readthedocs.io/projects/ble/en/latest/>`_
//| CircuitPython library instead, which builds on `_bleio`, and
//| provides higher-level convenience functionality, including predefined beacons, clients,
//| servers."""
//| servers.
//|
//| .. note:: `_bleio` uses native BLE capability on boards that support it, including Nordic nRF,
//| Espressif (except ESP32-S2 and ESP32-P4), and SiLabs.
//| On other boards, `_bleio`, if present, supports BLE using an AirLift co-processor.
//| Pico W boards do *not* support BLE using the on-board CYW43 co-processor,
//| but do support using an external AirLift.
//| """

//| adapter: Adapter
//| """BLE Adapter used to manage device discovery and connections.
Expand Down