We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b0e94 commit c31a06dCopy full SHA for c31a06d
examples/bluetooth/blufi/sdkconfig.defaults.esp32c6
@@ -9,5 +9,10 @@ CONFIG_BT_NIMBLE_BLUFI_ENABLE=y
9
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
10
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
11
CONFIG_MBEDTLS_DHM_C=y
12
+# The config items for NIMBLE HOST
13
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