mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 12:50:52 +00:00
nrf5-zephyr: increase HCI_ACL_PAYLOAD_SIZE to support larger ATT MTUs and DLE
This commit is contained in:
parent
c04cf7ff6a
commit
d26a07e3ca
@ -13,9 +13,10 @@
|
|||||||
#define ENABLE_LE_CENTRAL
|
#define ENABLE_LE_CENTRAL
|
||||||
#define ENABLE_LOG_INFO
|
#define ENABLE_LOG_INFO
|
||||||
#define ENABLE_LOG_ERROR
|
#define ENABLE_LOG_ERROR
|
||||||
|
#define ENABLE_LE_DATA_LENGTH_EXTENSION
|
||||||
|
|
||||||
// BTstack configuration. buffers, sizes, ...
|
// BTstack configuration. buffers, sizes, ...
|
||||||
#define HCI_ACL_PAYLOAD_SIZE 52
|
#define HCI_ACL_PAYLOAD_SIZE 260
|
||||||
#define MAX_NR_WHITELIST_ENTRIES 1
|
#define MAX_NR_WHITELIST_ENTRIES 1
|
||||||
#define MAX_NR_HCI_CONNECTIONS 1
|
#define MAX_NR_HCI_CONNECTIONS 1
|
||||||
#define MAX_NR_SM_LOOKUP_ENTRIES 3
|
#define MAX_NR_SM_LOOKUP_ENTRIES 3
|
||||||
|
Loading…
Reference in New Issue
Block a user