Skip to content

Commit

Permalink
Merge pull request adafruit#9758 from dhalbert/bleio-limitations-doc
Browse files Browse the repository at this point in the history
document different kinds of _bleio
  • Loading branch information
tannewt authored Oct 25, 2024
2 parents b4a45d2 + 7d48b01 commit 099c43b
Showing 1 changed file with 8 additions and 1 deletion.
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

0 comments on commit 099c43b

Please sign in to comment.