1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-14 04:48:47 +00:00

feat(core): increase BLE TX packet size to 244B

[no changelog]
This commit is contained in:
tychovrahe 2025-04-28 15:13:25 +02:00 committed by TychoVrahe
parent c319e5fa20
commit a15d2f621f

View File

@ -26,7 +26,7 @@
#include <trezor_types.h>
#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