From a15d2f621fde60c6a50f9f4fdea656d4583c5aaa Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Mon, 28 Apr 2025 15:13:25 +0200 Subject: [PATCH] feat(core): increase BLE TX packet size to 244B [no changelog] --- core/embed/io/ble/inc/io/ble.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/io/ble/inc/io/ble.h b/core/embed/io/ble/inc/io/ble.h index bed843e1a4..bc2edaf5d0 100644 --- a/core/embed/io/ble/inc/io/ble.h +++ b/core/embed/io/ble/inc/io/ble.h @@ -26,7 +26,7 @@ #include #define BLE_RX_PACKET_SIZE 244 -#define BLE_TX_PACKET_SIZE 64 +#define BLE_TX_PACKET_SIZE 244 #define BLE_ADV_NAME_LEN 20 #define BLE_PAIRING_CODE_LEN 6