Files
esp-idf/components/bt/Kconfig
T

42 lines
723 B
Plaintext
Raw Normal View History

2016-08-17 23:08:22 +08:00
menu "BT config"
visible if MEMMAP_BT
config BT_ENABLED
2016-09-28 13:24:58 +08:00
bool
depends on ESP32_ENABLE_STACK_BT
help
This compiles in the low-level BT stack.
2016-08-17 23:08:22 +08:00
2016-11-22 18:19:55 +08:00
menu "BT_UTIL"
visible if BT_ENABLED
config BT_USE_ETS_PRINT
bool "BT USE ETS_PRINT"
default y
depends on BT_ENABLED
help
This select use print or ets_print
endmenu #menu
#config BT_BTLE
2016-09-28 13:24:58 +08:00
# bool "Enable BTLE"
# depends on BT_ENABLED
# help
# This compiles BTLE support
#
#config BT_BT
2016-09-28 13:24:58 +08:00
# bool "Enable classic BT"
# depends on BT_ENABLED
# help
# This enables classic BT support
2016-08-17 23:08:22 +08:00
endmenu
# Memory reserved at start of DRAM for Bluetooth stack
config BT_RESERVE_DRAM
hex
2016-09-28 13:24:58 +08:00
default 0x10000 if MEMMAP_BT
default 0