From 4729f75b4123d8e38b1287e50ecd5ee13e791cd8 Mon Sep 17 00:00:00 2001 From: Shen Weilong Date: Tue, 6 Sep 2022 21:13:44 +0800 Subject: [PATCH] use nimble host by default --- examples/bluetooth/blufi/sdkconfig.defaults.esp32c2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/bluetooth/blufi/sdkconfig.defaults.esp32c2 b/examples/bluetooth/blufi/sdkconfig.defaults.esp32c2 index b00342ef4e..aa4d6be851 100644 --- a/examples/bluetooth/blufi/sdkconfig.defaults.esp32c2 +++ b/examples/bluetooth/blufi/sdkconfig.defaults.esp32c2 @@ -3,9 +3,10 @@ # CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y CONFIG_BT_ENABLED=y -CONFIG_BT_BLE_BLUFI_ENABLE=y +CONFIG_BT_NIMBLE_BLUFI_ENABLE=y # CONFIG_BT_GATTC_ENABLE is not set # CONFIG_BT_BLE_SMP_ENABLE is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_MBEDTLS_DHM_C=y +CONFIG_BT_NIMBLE_ENABLED=y