From e1d07c0cf2a236fac50853fea105ea8a869c7e27 Mon Sep 17 00:00:00 2001 From: GengYuchao Date: Wed, 29 Jun 2022 11:58:58 +0800 Subject: [PATCH] Support H2 periodic advertiser list option on h2 --- components/bt/host/nimble/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 5ca36d225c..16a3c6fd98 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -570,7 +570,7 @@ config BT_NIMBLE_MAX_PERIODIC_SYNCS config BT_NIMBLE_MAX_PERIODIC_ADVERTISER_LIST int "Maximum number of periodic advertiser list" - depends on BT_NIMBLE_50_FEATURE_SUPPORT && IDF_TARGET_ESP32C2 + depends on BT_NIMBLE_50_FEATURE_SUPPORT && (IDF_TARGET_ESP32C2 || IDF_TARGET_ESP32H2) range 1 5 default 5 if BT_NIMBLE_50_FEATURE_SUPPORT help