mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
components/bt: Combine 3 Bluetooth controller menu
This commit is contained in:
parent
6fc4bf7145
commit
05768e9878
@ -13,22 +13,10 @@ menu "Bluetooth"
|
||||
default y if BT_ENABLED && (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3)
|
||||
default n
|
||||
|
||||
menu "Bluetooth controller(ESP32 Dual Mode Bluetooth)"
|
||||
depends on BT_ENABLED && IDF_TARGET_ESP32
|
||||
menu "Bluetooth controller"
|
||||
depends on BT_ENABLED
|
||||
|
||||
source "$IDF_PATH/components/bt/controller/esp32/Kconfig.in"
|
||||
endmenu
|
||||
|
||||
menu "Bluetooth controller(ESP32C3 Bluetooth Low Energy)"
|
||||
depends on BT_ENABLED && IDF_TARGET_ESP32C3
|
||||
|
||||
source "$IDF_PATH/components/bt/controller/esp32c3/Kconfig.in"
|
||||
endmenu
|
||||
|
||||
menu "Bluetooth controller(ESP32S3 Bluetooth Low Energy)"
|
||||
depends on BT_ENABLED && IDF_TARGET_ESP32S3
|
||||
|
||||
source "$IDF_PATH/components/bt/controller/esp32s3/Kconfig.in"
|
||||
source "$IDF_PATH/components/bt/controller/$IDF_TARGET/Kconfig.in"
|
||||
endmenu
|
||||
|
||||
choice BT_HOST
|
||||
@ -59,12 +47,12 @@ menu "Bluetooth"
|
||||
endchoice
|
||||
|
||||
menu "Bluedroid Options"
|
||||
visible if BT_BLUEDROID_ENABLED
|
||||
depends on BT_BLUEDROID_ENABLED
|
||||
|
||||
source "$IDF_PATH/components/bt/host/bluedroid/Kconfig.in"
|
||||
endmenu
|
||||
menu "NimBLE Options"
|
||||
visible if BT_NIMBLE_ENABLED
|
||||
depends on BT_NIMBLE_ENABLED
|
||||
|
||||
source "$IDF_PATH/components/bt/host/nimble/Kconfig.in"
|
||||
endmenu
|
||||
|
0
components/bt/controller/esp32h2/Kconfig.in
Normal file
0
components/bt/controller/esp32h2/Kconfig.in
Normal file
0
components/bt/controller/esp32s2/Kconfig.in
Normal file
0
components/bt/controller/esp32s2/Kconfig.in
Normal file
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -418,7 +418,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -459,7 +459,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -418,7 +418,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -459,7 +459,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -418,7 +418,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -459,7 +459,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -418,7 +418,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -459,7 +459,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -371,7 +371,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_EFF=1
|
||||
CONFIG_BTDM_CTRL_BLE_MAX_ACT=10
|
||||
@ -411,7 +411,7 @@ CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BTDM_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BTDM_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BTDM_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -544,14 +544,14 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -371,7 +371,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_EFF=1
|
||||
CONFIG_BTDM_CTRL_BLE_MAX_ACT=10
|
||||
@ -411,7 +411,7 @@ CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BTDM_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BTDM_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BTDM_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -544,14 +544,14 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -365,7 +365,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_EFF=1
|
||||
CONFIG_BTDM_CTRL_BLE_MAX_ACT=10
|
||||
@ -405,7 +405,7 @@ CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BTDM_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BTDM_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BTDM_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -544,14 +544,14 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -365,7 +365,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_EFF=1
|
||||
CONFIG_BTDM_CTRL_BLE_MAX_ACT=10
|
||||
@ -405,7 +405,7 @@ CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BTDM_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BTDM_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BTDM_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -544,14 +544,14 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -365,7 +365,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_EFF=1
|
||||
CONFIG_BTDM_CTRL_BLE_MAX_ACT=10
|
||||
@ -405,7 +405,7 @@ CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BTDM_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BTDM_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BTDM_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -544,14 +544,14 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -381,7 +381,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -425,7 +425,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -549,7 +549,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -558,7 +558,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
@ -412,7 +412,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -453,7 +453,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -400,7 +400,7 @@ CONFIG_WPA_MBEDTLS_CRYPTO=y
|
||||
CONFIG_BT_ENABLED=y
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BTDM_CTRL_MODE_BLE_ONLY=y
|
||||
# CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY is not set
|
||||
@ -441,7 +441,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_SUPP=y
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
# CONFIG_BTDM_COEX_BT_OPTIONS is not set
|
||||
# end of Bluetooth controller(ESP32 Dual Mode Bluetooth)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BTDM_CTRL_HW_CCA_EFF=0
|
||||
CONFIG_BTDM_CTRL_DFT_TX_POWER_LEVEL_EFF=0
|
||||
|
@ -369,7 +369,7 @@ CONFIG_BTDM_BLE_ADV_REPORT_FLOW_CTRL_NUM=100
|
||||
CONFIG_BTDM_BLE_ADV_REPORT_DISCARD_THRSHOLD=20
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_MODE_EFF=1
|
||||
CONFIG_BT_CTRL_BLE_MAX_ACT=10
|
||||
@ -411,7 +411,7 @@ CONFIG_BT_CTRL_DFT_TX_POWER_LEVEL_EFF=7
|
||||
CONFIG_BT_CTRL_SLEEP_MODE_EFF=0
|
||||
CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
# end of Bluetooth controller(ESP32C3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
#
|
||||
# MODEM SLEEP Options
|
||||
|
@ -537,7 +537,7 @@ CONFIG_BT_CTRL_SLEEP_CLOCK_EFF=0
|
||||
CONFIG_BT_CTRL_HCI_TL_EFF=1
|
||||
|
||||
#
|
||||
# Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# Bluetooth controller
|
||||
#
|
||||
CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# CONFIG_BT_CTRL_PINNED_TO_CORE_1 is not set
|
||||
@ -546,7 +546,7 @@ CONFIG_BT_CTRL_PINNED_TO_CORE_0=y
|
||||
# MODEM SLEEP Options
|
||||
#
|
||||
# end of MODEM SLEEP Options
|
||||
# end of Bluetooth controller(ESP32S3 Bluetooth Low Energy)
|
||||
# end of Bluetooth controller
|
||||
|
||||
CONFIG_BT_BLUEDROID_ENABLED=y
|
||||
# CONFIG_BT_NIMBLE_ENABLED is not set
|
||||
|
Loading…
x
Reference in New Issue
Block a user