Files
esp-nimble/porting
Hauke Petersen bcf09622cb npl/riot/syscfg: fix BLE_LL_CONN_INIT_MAX_TX_BYTES
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.
2019-11-19 09:45:17 +01:00
..