mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
bcf09622cb
Currently, the default value of BLE_LL_CONN_INIT_MAX_TX_BYTES is set to 27, preventing the LL data length extension to work properly in RIOT (TX octets always set to 27). With this fix the controller is applying the desired TX octets values as defined by BLE_LL_MAX_PKT_SIZE.