Improved BLE MTU on Android
Some checks are pending
Build Reticulum / test (push) Waiting to run
Build Reticulum / package (push) Blocked by required conditions
Build Reticulum / release (push) Blocked by required conditions

This commit is contained in:
Mark Qvist 2025-07-13 23:45:50 +02:00
parent f2969bd1b0
commit 45fc9338a7

View file

@ -1554,7 +1554,7 @@ class BLEConnection(BluetoothDispatcher):
UART_TX_CHAR_UUID = "6e400003-b5a3-f393-e0a9-e50e24dcca9e"
MAX_GATT_ATTR_LEN = 512
BASE_MTU = 20
TARGET_MTU = 512
TARGET_MTU = 242
MTU_TIMEOUT = 4.0
CONNECT_TIMEOUT = 7.0