Skip to content

Commit c31a06d

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/bluetooth/blufi/sdkconfig.defaults.esp32c6

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +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
1316
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)