2017-01-10 00:39:43 -05:00
|
|
|
menuconfig BT_ENABLED
|
|
|
|
bool "Bluetooth"
|
|
|
|
help
|
|
|
|
Select this option to enable Bluetooth stack and show the submenu with Bluetooth configuration choices.
|
2016-08-17 11:08:22 -04:00
|
|
|
|
2016-11-25 10:37:46 -05:00
|
|
|
config BTC_TASK_STACK_SIZE
|
2017-01-10 00:04:04 -05:00
|
|
|
int "Bluetooth event (callback to application) task stack size"
|
|
|
|
depends on BT_ENABLED
|
2016-12-13 06:34:07 -05:00
|
|
|
default 3072
|
2016-11-25 10:37:46 -05:00
|
|
|
help
|
|
|
|
This select btc task stack size
|
|
|
|
|
2016-12-12 15:10:44 -05:00
|
|
|
config BLUEDROID_MEM_DEBUG
|
|
|
|
bool "Bluedroid memory debug"
|
2017-01-10 00:04:04 -05:00
|
|
|
depends on BT_ENABLED
|
|
|
|
default n
|
2016-12-12 15:10:44 -05:00
|
|
|
help
|
|
|
|
Bluedroid memory debug
|
|
|
|
|
2016-09-20 21:04:16 -04:00
|
|
|
# Memory reserved at start of DRAM for Bluetooth stack
|
|
|
|
config BT_RESERVE_DRAM
|
|
|
|
hex
|
2017-01-10 00:04:04 -05:00
|
|
|
default 0x10000 if BT_ENABLED
|
2016-09-28 01:24:58 -04:00
|
|
|
default 0
|