embassy-rs / nrf-softdevice

Apache License 2.0
254 stars 74 forks source link

Make data length updates optional #247

Closed alexmoon closed 3 months ago

alexmoon commented 3 months ago

No longer initiate the data length update procedure immediately after connection. Instead, provide a data_length_update method on Connection to allow the application to choose whether and with what parameters to perform the data length update.