From 9013edfd93f83b3975583e4127001158f9d7d5e1 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Thu, 10 Jun 2021 19:29:03 +0530 Subject: [PATCH] Bluedroid: Fixed issue of option not being set due to incorrect macro name. --- 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 d623c0dd19..47980eeb28 100644 --- a/components/bt/host/bluedroid/Kconfig.in +++ b/components/bt/host/bluedroid/Kconfig.in @@ -143,7 +143,7 @@ config BT_BLE_BLUFI_ENABLE help This option can be close when the app does not require blufi function. -config BT_GATT_SR_PROFILES +config BT_GATT_MAX_SR_PROFILES int "Max GATT Server Profiles" depends on BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED range 1 32