From 432895cb6b319c411d8799199062b8d49e812e7c Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 7 Mar 2017 08:50:11 +0100 Subject: [PATCH] esp32: use max size acl payload --- port/esp32/main/btstack_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/esp32/main/btstack_config.h b/port/esp32/main/btstack_config.h index e60019a6c..238fd8af2 100644 --- a/port/esp32/main/btstack_config.h +++ b/port/esp32/main/btstack_config.h @@ -20,7 +20,7 @@ // #define ENABLE_EHCILL // BTstack configuration. buffers, sizes, ... -#define HCI_ACL_PAYLOAD_SIZE 52 +#define HCI_ACL_PAYLOAD_SIZE (1691 + 4) #define MAX_NR_BNEP_CHANNELS MAX_SPP_CONNECTIONS #define MAX_NR_BNEP_SERVICES 1 #define MAX_NR_BTSTACK_LINK_KEY_DB_MEMORY_ENTRIES 2