Skip to content

Commit 31de784

Browse files
committed
bugfix(espat-2084): Fixed missing ble bonding key issue
1 parent 102d512 commit 31de784

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

module_config/module_esp32c2-ble-2mb/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
6666
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
6767
CONFIG_BT_NIMBLE_SM_LEGACY=y
6868
CONFIG_BT_NIMBLE_SM_SC=y
69+
CONFIG_BT_NIMBLE_NVS_PERSIST=y
6970

7071
# FreeRTOS
7172
CONFIG_FREERTOS_UNICORE=y

module_config/module_esp32c2-ble-2mb/sdkconfig_silence.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
7070
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
7171
CONFIG_BT_NIMBLE_SM_LEGACY=y
7272
CONFIG_BT_NIMBLE_SM_SC=y
73+
CONFIG_BT_NIMBLE_NVS_PERSIST=y
7374

7475
# FreeRTOS
7576
CONFIG_FREERTOS_UNICORE=y

module_config/module_esp32c5_default/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
6262
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
6363
CONFIG_BT_NIMBLE_SM_LEGACY=y
6464
CONFIG_BT_NIMBLE_SM_SC=y
65+
CONFIG_BT_NIMBLE_NVS_PERSIST=y
6566

6667
# FreeRTOS
6768
CONFIG_FREERTOS_UNICORE=y

module_config/module_esp32c5_default/sdkconfig_silence.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
6666
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
6767
CONFIG_BT_NIMBLE_SM_LEGACY=y
6868
CONFIG_BT_NIMBLE_SM_SC=y
69+
CONFIG_BT_NIMBLE_NVS_PERSIST=y
6970

7071
# FreeRTOS
7172
CONFIG_FREERTOS_UNICORE=y

module_config/module_esp32c6_default/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
8282
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
8383
CONFIG_BT_NIMBLE_SM_LEGACY=y
8484
CONFIG_BT_NIMBLE_SM_SC=y
85+
CONFIG_BT_NIMBLE_NVS_PERSIST=y
8586

8687
# Bluetooth Low Power Config
8788
CONFIG_BT_LE_SLEEP_ENABLE=y

module_config/module_esp32c6_default/sdkconfig_silence.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
8686
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
8787
CONFIG_BT_NIMBLE_SM_LEGACY=y
8888
CONFIG_BT_NIMBLE_SM_SC=y
89+
CONFIG_BT_NIMBLE_NVS_PERSIST=y
8990

9091
# Bluetooth Low Power Config
9192
CONFIG_BT_LE_SLEEP_ENABLE=y

0 commit comments

Comments
 (0)