From b3fc8be0ebaca19adc5bd4e39064576dbafd8abf Mon Sep 17 00:00:00 2001 From: Zhang Hai Peng Date: Tue, 30 Dec 2025 11:53:35 +0800 Subject: [PATCH] feat(ble/bluedroid): Increase maximum notify/indication registration count (cherry picked from commit b6aed7e1c8b22a3813eda17f9436706b725e1de5) Co-authored-by: zhanghaipeng --- components/bt/host/bluedroid/Kconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/bluedroid/Kconfig.in b/components/bt/host/bluedroid/Kconfig.in index 9c0261268cb..f60855fc334 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -270,7 +270,7 @@ config BT_GATTC_MAX_CACHE_CHAR config BT_GATTC_NOTIF_REG_MAX int "Max gattc notify(indication) register number" depends on BT_GATTC_ENABLE - range 1 64 + range 1 255 default 5 help Maximum GATTC notify(indication) register number