Sfoglia il codice sorgente

Merge branch 'bugfix/correct_gatt_max_macro_name_v4.3' into 'release/v4.3'

Bluedroid: Fixed issue of option not being set due to incorrect macro (v4.3)

See merge request espressif/esp-idf!14180
Jiang Jiang Jian 4 anni fa
parent
commit
32e8a809f6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      components/bt/host/bluedroid/Kconfig.in

+ 1 - 1
components/bt/host/bluedroid/Kconfig.in

@@ -143,7 +143,7 @@ config BT_BLE_BLUFI_ENABLE
     help
     help
         This option can be close when the app does not require blufi function.
         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"
     int "Max GATT Server Profiles"
     depends on BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED
     depends on BT_GATTS_ENABLE && BT_BLUEDROID_ENABLED
     range 1 32
     range 1 32