stm32-f4discovery-cc256x: increase HCI_ACL_PAYLOAD_SIZE to make pan_lwip_http_server demo work

This commit is contained in:
Matthias Ringwald 2020-08-21 17:12:33 +02:00
parent d05f4737c7
commit e3de1784d6

View File

@ -26,7 +26,7 @@
#define ENABLE_SEGGER_RTT
// BTstack configuration. buffers, sizes, ...
#define HCI_ACL_PAYLOAD_SIZE 1021
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
#define MAX_NR_GATT_CLIENTS 1
#define MAX_NR_HCI_CONNECTIONS 2
#define MAX_NR_L2CAP_SERVICES 3