change(ble): Increase MTU to 241 bytes
Compare changes
+ 10
− 0
@@ -120,6 +120,15 @@ static const smpCfg_t bleSmpCfg =
@@ -454,6 +463,7 @@ static void BleHandlerInit(void)
By default the MTU is set to 23 bytes, use 241 bytes instead to make the UART and file transfer service more efficient. The MTU also contains some BLE headers and is not only the usable data.
Signed-off-by: Hauke Mehrtens hauke@hauke-m.de