diff --git a/port/windows-h4-zephyr/btstack_config.h b/port/windows-h4-zephyr/btstack_config.h index e094ab529..fa92c5fb2 100644 --- a/port/windows-h4-zephyr/btstack_config.h +++ b/port/windows-h4-zephyr/btstack_config.h @@ -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 diff --git a/port/windows-h4/btstack_config.h b/port/windows-h4/btstack_config.h index 8d180eca4..89a6f970b 100644 --- a/port/windows-h4/btstack_config.h +++ b/port/windows-h4/btstack_config.h @@ -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 diff --git a/port/windows-winusb-intel/btstack_config.h b/port/windows-winusb-intel/btstack_config.h index f66fa2910..a55daff51 100644 --- a/port/windows-winusb-intel/btstack_config.h +++ b/port/windows-winusb-intel/btstack_config.h @@ -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 diff --git a/port/windows-winusb/btstack_config.h b/port/windows-winusb/btstack_config.h index 3be741097..9850862e2 100644 --- a/port/windows-winusb/btstack_config.h +++ b/port/windows-winusb/btstack_config.h @@ -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