From 2ee0e329f820670a185af00f81f4085bdc366b20 Mon Sep 17 00:00:00 2001 From: Milanka Ringwald Date: Wed, 13 Dec 2017 14:31:44 +0100 Subject: [PATCH] increase HCI_ACL_PAYLOAD_SIZE --- test/btstack_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/btstack_config.h b/test/btstack_config.h index c0f85310e..08a81192a 100644 --- a/test/btstack_config.h +++ b/test/btstack_config.h @@ -27,7 +27,7 @@ #define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE // BTstack configuration. buffers, sizes, ... -#define HCI_ACL_PAYLOAD_SIZE 52 +#define HCI_ACL_PAYLOAD_SIZE 1024 #define HCI_INCOMING_PRE_BUFFER_SIZE 4 #define NVM_NUM_LINK_KEYS 2