raspberrypi / pico-examples

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

Enable ENABLE_LE_DATA_LENGTH_EXTENSION #406

Open peterharperuk opened 12 months ago

peterharperuk commented 12 months ago

See https://github.com/raspberrypi/pico-sdk/issues/1342

You are correct that pico-examples/pico_w/bt/config/btstack_config.h does not defines ENABLE_LE_DATA_LENGTH_EXTENSION, which is needed for DLE. To enable DLE, you can add it to btstack_config.h yourself.

@peterharperuk could you add ENABLE_LE_DATA_LENGTH_EXTENSION to the default configuration in the pico-examples repo?

peterharperuk commented 9 months ago

I think this is fixed in here https://github.com/raspberrypi/pico-examples/pull/424