From a9509ec34c2d97d1668e169901336e23179e60a5 Mon Sep 17 00:00:00 2001 From: zwj Date: Fri, 10 Jun 2022 15:08:02 +0800 Subject: [PATCH] disable BT_BLE_RPA_SUPPORTED by default and enabled by default for other chips --- components/bt/host/bluedroid/Kconfig.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/bt/host/bluedroid/Kconfig.in b/components/bt/host/bluedroid/Kconfig.in index 828d0317da..5c0b84c829 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -1061,8 +1061,8 @@ config BT_MAX_DEVICE_NAME_LEN config BT_BLE_RPA_SUPPORTED bool "Update RPA to Controller" depends on BT_BLUEDROID_ENABLED - default y if (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3) default n if IDF_TARGET_ESP32 + default y help This enables controller RPA list function. For ESP32, ESP32 only support network privacy mode. If this option is enabled, ESP32 will only accept @@ -1072,8 +1072,8 @@ config BT_BLE_RPA_SUPPORTED cannot be used. This option is disabled by default on ESP32, please enable or disable this option according to your own needs. - For ESP32C3 and esp32s3, devices support network privacy mode and device privacy mode, users can switch the - two modes according to their own needs. So this option is enabled by default. + For ESP32C3, ESP32S3, ESP32H2 and ESP32C2, devices support network privacy mode and device privacy mode, + users can switch the two modes according to their own needs. So this option is enabled by default. config BT_BLE_50_FEATURES_SUPPORTED bool "Enable BLE 5.0 features"