mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 17:02:43 +00:00
With pull request #16208 and #16404 hooks for calling user defined code was implemented. These user extensions are gated by a number of Kconfigs. The test in this pull request tests that code compiles when these Kconfigs are enabled. Signed-off-by: Asger Munk Nielsen <asmk@oticon.com>
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
CONFIG_BT=y
|
|
CONFIG_BT_CTLR=y
|
|
CONFIG_BT_LL_SW_SPLIT=y
|
|
CONFIG_BT_PERIPHERAL=y
|
|
CONFIG_BT_CENTRAL=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
|
|
CONFIG_BT_CTLR_USER_EXT=y
|
|
CONFIG_BT_CTLR_USER_EVT_RANGE=10
|
|
CONFIG_BT_RX_USER_PDU_LEN=7
|