diff --git a/port/stm32-f4discovery-cc256x/src/btstack_config.h b/port/stm32-f4discovery-cc256x/src/btstack_config.h index 088f19ef2..a468f01a7 100644 --- a/port/stm32-f4discovery-cc256x/src/btstack_config.h +++ b/port/stm32-f4discovery-cc256x/src/btstack_config.h @@ -41,4 +41,7 @@ #define MAX_NR_AVDTP_CONNECTIONS 1 #define MAX_NR_AVRCP_CONNECTIONS 1 +// Link Key DB using TLV on top of Flash Sector interface +#define NVM_NUM_LINK_KEYS 16 + #endif