Skip to content
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