mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-06 07:00:59 +00:00
windows: add NVM_NUM_DEVICE_DB_ENTRIES to btstack_config.h
This commit is contained in:
parent
f885e026a0
commit
1f2f453bdd
@ -30,6 +30,7 @@
|
||||
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
||||
|
||||
#define NVM_NUM_DEVICE_DB_ENTRIES 20
|
||||
|
||||
// Mesh Configuration
|
||||
#define ENABLE_MESH
|
||||
|
@ -31,6 +31,7 @@
|
||||
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
||||
|
||||
#define NVM_NUM_DEVICE_DB_ENTRIES 20
|
||||
|
||||
// Mesh Configuration
|
||||
#define ENABLE_MESH
|
||||
|
@ -30,6 +30,7 @@
|
||||
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
||||
|
||||
#define NVM_NUM_DEVICE_DB_ENTRIES 20
|
||||
|
||||
// Mesh Configuration
|
||||
#define ENABLE_MESH
|
||||
|
@ -31,6 +31,7 @@
|
||||
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
||||
|
||||
#define NVM_NUM_DEVICE_DB_ENTRIES 20
|
||||
|
||||
// Mesh Configuration
|
||||
#define ENABLE_MESH
|
||||
|
Loading…
Reference in New Issue
Block a user