mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
stm32-f4discovery-cc256x: increase HCI_ACL_PAYLOAD_SIZE to make pan_lwip_http_server demo work
This commit is contained in:
parent
d05f4737c7
commit
e3de1784d6
@ -26,7 +26,7 @@
|
|||||||
#define ENABLE_SEGGER_RTT
|
#define ENABLE_SEGGER_RTT
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// 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_GATT_CLIENTS 1
|
||||||
#define MAX_NR_HCI_CONNECTIONS 2
|
#define MAX_NR_HCI_CONNECTIONS 2
|
||||||
#define MAX_NR_L2CAP_SERVICES 3
|
#define MAX_NR_L2CAP_SERVICES 3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user