2016-08-17 15:08:22 +00:00
|
|
|
menu "BT config"
|
|
|
|
visible if MEMMAP_BT
|
|
|
|
|
|
|
|
|
|
|
|
config BT_ENABLED
|
2016-09-22 10:36:23 +00:00
|
|
|
bool
|
|
|
|
depends on ESP32_ENABLE_STACK_BT
|
2016-08-17 15:08:22 +00:00
|
|
|
help
|
|
|
|
This compiles in the low-level BT stack.
|
|
|
|
|
2016-09-22 10:36:23 +00:00
|
|
|
#config BT_BTLE
|
|
|
|
# bool "Enable BTLE"
|
|
|
|
# depends on BT_ENABLED
|
|
|
|
# help
|
|
|
|
# This compiles BTLE support
|
|
|
|
#
|
|
|
|
#config BT_BT
|
|
|
|
# bool "Enable classic BT"
|
|
|
|
# depends on BT_ENABLED
|
|
|
|
# help
|
|
|
|
# This enables classic BT support
|
2016-08-17 15:08:22 +00:00
|
|
|
|
|
|
|
endmenu
|