2017-01-10 05:04:04 +00:00
|
|
|
menu "Bluetooth"
|
2016-08-17 15:08:22 +00:00
|
|
|
|
|
|
|
config BT_ENABLED
|
2017-01-10 05:04:04 +00:00
|
|
|
bool "Enable Bluetooth stack"
|
2016-08-17 15:08:22 +00:00
|
|
|
|
2016-11-25 15:37:46 +00:00
|
|
|
config BTC_TASK_STACK_SIZE
|
2017-01-10 05:04:04 +00:00
|
|
|
int "Bluetooth event (callback to application) task stack size"
|
|
|
|
depends on BT_ENABLED
|
2016-12-13 11:34:07 +00:00
|
|
|
default 3072
|
2016-11-25 15:37:46 +00:00
|
|
|
help
|
|
|
|
This select btc task stack size
|
|
|
|
|
2016-12-12 20:10:44 +00:00
|
|
|
config BLUEDROID_MEM_DEBUG
|
|
|
|
bool "Bluedroid memory debug"
|
2017-01-10 05:04:04 +00:00
|
|
|
depends on BT_ENABLED
|
|
|
|
default n
|
2016-12-12 20:10:44 +00:00
|
|
|
help
|
|
|
|
Bluedroid memory debug
|
|
|
|
|
2016-08-17 15:08:22 +00:00
|
|
|
endmenu
|
2016-09-21 01:04:16 +00:00
|
|
|
|
|
|
|
# Memory reserved at start of DRAM for Bluetooth stack
|
|
|
|
config BT_RESERVE_DRAM
|
|
|
|
hex
|
2017-01-10 05:04:04 +00:00
|
|
|
default 0x10000 if BT_ENABLED
|
2016-09-28 05:24:58 +00:00
|
|
|
default 0
|