forked from kofal.net/zmk
feat(bluetooth): Initial nRF52 BSIM based test support.
Co-authored-by: Cem Aksoylar <caksoylar@users.noreply.github.com>
This commit is contained in:
committed by
Pete Johanson
parent
da15564d0e
commit
693530c2f1
9
app/tests/ble/central/prj.conf
Normal file
9
app/tests/ble/central/prj.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
CONFIG_BT=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_BOOT_BANNER=n
|
||||
CONFIG_BT_LOG_LEVEL_WRN=y
|
||||
CONFIG_LOG_BACKEND_SHOW_COLOR=n
|
||||
CONFIG_BT_CENTRAL=y
|
||||
CONFIG_BT_SMP=y
|
||||
CONFIG_BT_SCAN_WITH_IDENTITY=y
|
||||
CONFIG_BT_GATT_CLIENT=y
|
||||
Reference in New Issue
Block a user