Closed eightycc closed 9 months ago
Thanks for reporting, good point about them being local to hci. I've applied the fix on the develop branch in 033393e. What are you working on?
What are you working on?
Thank you for the fast response. I'm implementing BLE support for Pico W (CYW43439) on CircuitPython.
Nice. AFAIK MicroPython has LE support on the Pico W. Does CircuitPython have different Python APIs? Feel free to ask if anything is unclear with our stack on the mailing list, see README.md
MP supports LE on the Pico W, but CP LE internals and its Python API are entirely different.
Adds missing prototypes to quiet compiler warnings when building with
ENABLE_LE_EXTENDED_ADVERTISING
defined. Also makes the affected functionsstatic
because they are used only inhci.c
. Compiler is GCC 13.2.