components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller

This commit is contained in:
baohongde
2021-09-16 15:57:57 +08:00
parent eb176c3453
commit b310c062cd
72 changed files with 34 additions and 78 deletions

View File

@ -411,6 +411,12 @@ config BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD
If you set `BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it If you set `BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD` to a small value or printf every adv lost event, it
may cause adv packets lost more. may cause adv packets lost more.
config BTDM_RESERVE_DRAM
hex
default 0xdb5c if BT_ENABLED
default 0
config BTDM_CTRL_HLI config BTDM_CTRL_HLI
bool "High level interrupt" bool "High level interrupt"
depends on BT_ENABLED depends on BT_ENABLED

View File

@ -1070,8 +1070,3 @@ config BT_BLE_42_FEATURES_SUPPORTED
default n default n
help help
This enables BLE 4.2 features. This enables BLE 4.2 features.
config BT_RESERVE_DRAM
hex
default 0xdb5c if BT_ENABLED
default 0

View File

@ -847,7 +847,7 @@ menu "ESP32-specific"
depends on ESP32_USE_FIXED_STATIC_RAM_SIZE depends on ESP32_USE_FIXED_STATIC_RAM_SIZE
help help
RAM size dedicated for static variables (.data & .bss sections). RAM size dedicated for static variables (.data & .bss sections).
Please note that the actual length will be reduced by BT_RESERVE_DRAM if Bluetooth Please note that the actual length will be reduced by BTDM_RESERVE_DRAM if Bluetooth
controller is enabled. controller is enabled.
config ESP32_DPORT_DIS_INTERRUPT_LVL config ESP32_DPORT_DIS_INTERRUPT_LVL

View File

@ -23,8 +23,8 @@
#include "ld.common" #include "ld.common"
/* If BT is not built at all */ /* If BT is not built at all */
#ifndef CONFIG_BT_RESERVE_DRAM #ifndef CONFIG_BTDM_RESERVE_DRAM
#define CONFIG_BT_RESERVE_DRAM 0 #define CONFIG_BTDM_RESERVE_DRAM 0
#endif #endif
#ifdef CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC #ifdef CONFIG_BOOTLOADER_CUSTOM_RESERVE_RTC
@ -79,8 +79,8 @@ MEMORY
in heap at runtime. However due to static ROM memory usage at this 176KB mark, the in heap at runtime. However due to static ROM memory usage at this 176KB mark, the
additional static memory temporarily cannot be used. additional static memory temporarily cannot be used.
*/ */
dram0_0_seg (RW) : org = 0x3FFB0000 + CONFIG_BT_RESERVE_DRAM, dram0_0_seg (RW) : org = 0x3FFB0000 + CONFIG_BTDM_RESERVE_DRAM,
len = DRAM0_0_SEG_LEN - CONFIG_BT_RESERVE_DRAM len = DRAM0_0_SEG_LEN - CONFIG_BTDM_RESERVE_DRAM
#ifdef CONFIG_APP_BUILD_USE_FLASH_SECTIONS #ifdef CONFIG_APP_BUILD_USE_FLASH_SECTIONS
/* Flash mapped constant data */ /* Flash mapped constant data */

View File

@ -53,7 +53,7 @@
#define CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF 0 #define CONFIG_BTDM_CTRL_BR_EDR_MAX_SYNC_CONN_EFF 0
#define CONFIG_BTDM_CTRL_PINNED_TO_CORE 0 #define CONFIG_BTDM_CTRL_PINNED_TO_CORE 0
#define CONFIG_BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF 1 #define CONFIG_BTDM_BLE_SLEEP_CLOCK_ACCURACY_INDEX_EFF 1
#define CONFIG_BT_RESERVE_DRAM 0x0 #define CONFIG_BTDM_RESERVE_DRAM 0x0
#define CONFIG_COAP_MBEDTLS_PSK 1 #define CONFIG_COAP_MBEDTLS_PSK 1
#define CONFIG_COAP_LOG_DEFAULT_LEVEL 0 #define CONFIG_COAP_LOG_DEFAULT_LEVEL 0
#define CONFIG_ADC_DISABLE_DAC 1 #define CONFIG_ADC_DISABLE_DAC 1

View File

@ -668,7 +668,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_SMP_ENABLE=y CONFIG_BT_SMP_ENABLE=y
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -672,7 +672,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_SMP_ENABLE=y CONFIG_BT_SMP_ENABLE=y
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -673,7 +673,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_SMP_ENABLE=y CONFIG_BT_SMP_ENABLE=y
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -670,7 +670,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -672,7 +672,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -670,7 +670,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -672,7 +672,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -670,7 +670,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -672,7 +672,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -668,7 +668,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_SMP_ENABLE=y CONFIG_BT_SMP_ENABLE=y
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -672,7 +672,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_SMP_ENABLE=y CONFIG_BT_SMP_ENABLE=y
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -670,7 +670,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -670,7 +670,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -672,7 +672,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -614,7 +614,7 @@ CONFIG_BT_SMP_ENABLE=y
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -759,7 +759,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -618,7 +618,6 @@ CONFIG_BT_SMP_ENABLE=y
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -759,7 +759,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -605,7 +605,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -759,7 +759,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -605,7 +605,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -759,7 +759,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -605,7 +605,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -759,7 +759,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y CONFIG_BT_BLE_50_FEATURES_SUPPORTED=y
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -638,7 +638,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -768,7 +768,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -673,7 +673,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_SMP_ENABLE=y CONFIG_BT_SMP_ENABLE=y
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -658,7 +658,7 @@ CONFIG_BT_ACL_CONNECTIONS=4
# CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set # CONFIG_BT_BLE_HOST_QUEUE_CONG_CHECK is not set
# CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set # CONFIG_BT_BLE_ACT_SCAN_REP_ADV_SCAN is not set
CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30 CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_RESERVE_DRAM=0xdb5c CONFIG_BTDM_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -624,7 +624,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -753,7 +753,6 @@ CONFIG_BT_BLE_ESTAB_LINK_CONN_TOUT=30
CONFIG_BT_BLE_RPA_SUPPORTED=y CONFIG_BT_BLE_RPA_SUPPORTED=y
# CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set # CONFIG_BT_BLE_50_FEATURES_SUPPORTED is not set
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
CONFIG_BT_RESERVE_DRAM=0xdb5c
# end of Bluedroid Options # end of Bluedroid Options
# end of Bluetooth # end of Bluetooth

View File

@ -46,7 +46,7 @@ CONFIG_BT_GATTS_SEND_SERVICE_CHANGE_MANUAL=y
CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=y CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=y
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
CONFIG_BT_SMP_ENABLE=y CONFIG_BT_SMP_ENABLE=y
CONFIG_BT_RESERVE_DRAM=0x10000 CONFIG_BTDM_RESERVE_DRAM=0x10000
# #
# ESP32-specific # ESP32-specific

View File

@ -119,7 +119,7 @@ CONFIG_AWS_IOT_SDK=
# #
CONFIG_BT_ENABLED= CONFIG_BT_ENABLED=
CONFIG_BTDM_CTRL_PINNED_TO_CORE=0 CONFIG_BTDM_CTRL_PINNED_TO_CORE=0
CONFIG_BT_RESERVE_DRAM=0 CONFIG_BTDM_RESERVE_DRAM=0
# #
# ADC configuration # ADC configuration