mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +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_ACL_PAYLOAD_SIZE (1691 + 4)
|
||||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
||||||
|
|
||||||
|
#define NVM_NUM_DEVICE_DB_ENTRIES 20
|
||||||
|
|
||||||
// Mesh Configuration
|
// Mesh Configuration
|
||||||
#define ENABLE_MESH
|
#define ENABLE_MESH
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
||||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
||||||
|
|
||||||
|
#define NVM_NUM_DEVICE_DB_ENTRIES 20
|
||||||
|
|
||||||
// Mesh Configuration
|
// Mesh Configuration
|
||||||
#define ENABLE_MESH
|
#define ENABLE_MESH
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
||||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
||||||
|
|
||||||
|
#define NVM_NUM_DEVICE_DB_ENTRIES 20
|
||||||
|
|
||||||
// Mesh Configuration
|
// Mesh Configuration
|
||||||
#define ENABLE_MESH
|
#define ENABLE_MESH
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
#define HCI_ACL_PAYLOAD_SIZE (1691 + 4)
|
||||||
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
#define HCI_INCOMING_PRE_BUFFER_SIZE 14 // sizeof BNEP header, avoid memcpy
|
||||||
|
|
||||||
|
#define NVM_NUM_DEVICE_DB_ENTRIES 20
|
||||||
|
|
||||||
// Mesh Configuration
|
// Mesh Configuration
|
||||||
#define ENABLE_MESH
|
#define ENABLE_MESH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user