raspberrypi / pico-examples

BSD 3-Clause "New" or "Revised" License
2.62k stars 779 forks source link

BTstack enable common features #424

Closed mringwal closed 8 months ago

mringwal commented 9 months ago

BTstack uses feature flags when adding new features. As a consequence, the default configuration should enable most of them, e.g. LE Data Length extension or LE Secure Connections should be enabled. This aligns the Pico SDK port with libusb.

peterharperuk commented 8 months ago

I notice Micropython doesn't enable ENABLE_LE_DATA_LENGTH_EXTENSION - maybe it should?

mringwal commented 8 months ago

I notice Micropython doesn't enable ENABLE_LE_DATA_LENGTH_EXTENSION - maybe it should?

Well, from my side, it should/could. You could suggest it.