From 4e4d379486c2dcd63e2397a1d5c3ad68d92ddac0 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 28 Oct 2025 02:05:59 +0100 Subject: [PATCH] Fixed Android BLE MTU for RNodeInterface --- RNS/Interfaces/Android/RNodeInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/Android/RNodeInterface.py b/RNS/Interfaces/Android/RNodeInterface.py index 6543017..575c480 100644 --- a/RNS/Interfaces/Android/RNodeInterface.py +++ b/RNS/Interfaces/Android/RNodeInterface.py @@ -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