Skip to content

Commit 89b0e94

Browse files
ble: update sdkconfig.defaults.esp32c2 file for blufi example
1 parent dcb9780 commit 89b0e94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/bluetooth/blufi/sdkconfig.defaults.esp32c2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ CONFIG_BT_NIMBLE_BLUFI_ENABLE=y
99
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
1010
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
1111
CONFIG_MBEDTLS_DHM_C=y
12+
# The config items for NIMBLE HOST
1213
CONFIG_BT_NIMBLE_ENABLED=y
14+
CONFIG_BT_NIMBLE_ROLE_CENTRAL=n
15+
CONFIG_BT_NIMBLE_ROLE_OBSERVER=n
16+
CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT=n
17+
CONFIG_BT_NIMBLE_SECURITY_ENABLE=n
18+
CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS=n

0 commit comments

Comments
 (0)