Merge branch 'bugfix/add_max_procs_config' into 'master'

Nimble: Configurable option to modify max gatt procedures allowed for GATT client

See merge request espressif/esp-idf!19197
This commit is contained in:
Rahul Tank 2022-07-28 14:38:41 +08:00
commit 7ed3157351
2 changed files with 8 additions and 1 deletions

View File

@ -312,6 +312,13 @@ menu "Memory Settings"
endmenu
config BT_NIMBLE_GATT_MAX_PROCS
int "Maximum number of GATT client procedures"
depends on BT_NIMBLE_ENABLED
default 4
help
Maximum number of GATT client procedures that can be executed.
config BT_NIMBLE_HS_FLOW_CTRL
bool "Enable Host Flow control"
depends on BT_NIMBLE_ENABLED

View File

@ -540,7 +540,7 @@
#endif
#ifndef MYNEWT_VAL_BLE_GATT_MAX_PROCS
#define MYNEWT_VAL_BLE_GATT_MAX_PROCS (4)
#define MYNEWT_VAL_BLE_GATT_MAX_PROCS (CONFIG_BT_NIMBLE_GATT_MAX_PROCS)
#endif
#ifndef MYNEWT_VAL_BLE_GATT_NOTIFY