mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-27 00:35:17 -04:00
Improved BLE MTU on Android
This commit is contained in:
parent
f2969bd1b0
commit
45fc9338a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue