Fixed Android BLE MTU for RNodeInterface

This commit is contained in:
Mark Qvist 2025-10-28 02:05:59 +01:00
parent 319c798f78
commit 4e4d379486

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 = 242
TARGET_MTU = 512
MTU_TIMEOUT = 4.0
CONNECT_TIMEOUT = 7.0