From 25add35111594741712f0b950ded228cb6a46e21 Mon Sep 17 00:00:00 2001 From: Philipp Simon Date: Tue, 28 Oct 2025 15:05:15 +0100 Subject: [PATCH] change(bt/host/bluedroid/gattc): Increase allowed configuration range BLE notifications Increased configuration range for GATTC_NOTIF_REG_MAX without changing the default. --- 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 1d4b24b195b4..77501867428d 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -383,7 +383,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 96 default 5 help Maximum GATTC notify(indication) register number