Skip to content

Commit

Permalink
Merge branch 'bugfix/espat-2084' into 'master'
Browse files Browse the repository at this point in the history
bugfix(espat-2084): Fixed missing ble bonding key issue

See merge request application/esp-at!1621
  • Loading branch information
xcguang committed Oct 16, 2024
2 parents 4a3ce5f + 31de784 commit 86f5778
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions module_config/module_esp32c2-ble-2mb/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
CONFIG_BT_NIMBLE_SM_LEGACY=y
CONFIG_BT_NIMBLE_SM_SC=y
CONFIG_BT_NIMBLE_NVS_PERSIST=y

# FreeRTOS
CONFIG_FREERTOS_UNICORE=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
CONFIG_BT_NIMBLE_SM_LEGACY=y
CONFIG_BT_NIMBLE_SM_SC=y
CONFIG_BT_NIMBLE_NVS_PERSIST=y

# FreeRTOS
CONFIG_FREERTOS_UNICORE=y
Expand Down
1 change: 1 addition & 0 deletions module_config/module_esp32c5_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
CONFIG_BT_NIMBLE_SM_LEGACY=y
CONFIG_BT_NIMBLE_SM_SC=y
CONFIG_BT_NIMBLE_NVS_PERSIST=y

# FreeRTOS
CONFIG_FREERTOS_UNICORE=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
CONFIG_BT_NIMBLE_SM_LEGACY=y
CONFIG_BT_NIMBLE_SM_SC=y
CONFIG_BT_NIMBLE_NVS_PERSIST=y

# FreeRTOS
CONFIG_FREERTOS_UNICORE=y
Expand Down
1 change: 1 addition & 0 deletions module_config/module_esp32c6_default/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
CONFIG_BT_NIMBLE_SM_LEGACY=y
CONFIG_BT_NIMBLE_SM_SC=y
CONFIG_BT_NIMBLE_NVS_PERSIST=y

# Bluetooth Low Power Config
CONFIG_BT_LE_SLEEP_ENABLE=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ CONFIG_BT_NIMBLE_ATT_PREFERRED_MTU=203
CONFIG_BT_NIMBLE_SECURITY_ENABLE=y
CONFIG_BT_NIMBLE_SM_LEGACY=y
CONFIG_BT_NIMBLE_SM_SC=y
CONFIG_BT_NIMBLE_NVS_PERSIST=y

# Bluetooth Low Power Config
CONFIG_BT_LE_SLEEP_ENABLE=y
Expand Down

0 comments on commit 86f5778

Please sign in to comment.