tests: Bluetooth: ctrl_sw_privacy_unit: Add missing definition
Change adds missing CONFIG_BT_CTLR_FAL_SIZE definition to fix build issue. Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This commit is contained in:
parent
15ebdfafe2
commit
cceb3edbee
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
#define CONFIG_BT_CTLR_FILTER_ACCEPT_LIST 1
|
#define CONFIG_BT_CTLR_FILTER_ACCEPT_LIST 1
|
||||||
#define CONFIG_BT_CTLR_PRIVACY 1
|
#define CONFIG_BT_CTLR_PRIVACY 1
|
||||||
#define CONFIG_BT_CTLR_RL_SIZE 8
|
#define CONFIG_BT_CTLR_RL_SIZE 8
|
||||||
|
#define CONFIG_BT_CTLR_FAL_SIZE 8
|
||||||
#define CONFIG_BT_CTLR_RPA_CACHE_SIZE 4
|
#define CONFIG_BT_CTLR_RPA_CACHE_SIZE 4
|
||||||
#define CONFIG_BT_CTLR_SW_DEFERRED_PRIVACY 1
|
#define CONFIG_BT_CTLR_SW_DEFERRED_PRIVACY 1
|
||||||
#define CONFIG_BT_LOG_LEVEL 1
|
#define CONFIG_BT_LOG_LEVEL 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue