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