Skip to content

Commit 2c31596

Browse files
committed
Merge branch 'fix/update_csfc_max_size' into 'master'
fix(nimble): Update CSFC max size to fix invalid NVS overflow event Closes BLERP-1382 See merge request espressif/esp-idf!35514
2 parents 7d46a4a + d681fb8 commit 2c31596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/bt/host/nimble/port/include/esp_nimble_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@
996996
#endif
997997

998998
#ifndef MYNEWT_VAL_BLE_STORE_MAX_CSFCS
999-
#define MYNEWT_VAL_BLE_STORE_MAX_CSFCS (CONFIG_BT_NIMBLE_MAX_CONNECTIONS)
999+
#define MYNEWT_VAL_BLE_STORE_MAX_CSFCS CONFIG_BT_NIMBLE_MAX_BONDS
10001000
#endif
10011001

10021002
#ifdef CONFIG_BT_NIMBLE_MAX_EADS

0 commit comments

Comments
 (0)