We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70741b commit 685c6e4Copy full SHA for 685c6e4
drivers/bluetooth/hci/Kconfig.esp32
@@ -1,5 +1,4 @@
1
-# Copyright (c) 2024 Espressif Systems (Shanghai) Co., Ltd.
2
-# SPDX-License-Identifier: Apache-2.0
+# Copyright 2024 Espressif Systems (Shanghai) PTE LTD
3
4
if BT_ESP32
5
@@ -16,4 +15,12 @@ choice ESP_BT_HEAP
16
15
17
endchoice # ESP_BT_HEAP
18
19
-endif
+config ESP32_BT_CONTROLLER_STACK_SIZE
+ int "Bluetooth controller stack size"
20
+ default 4096
21
+
22
+config ESP32_BT_CONTROLLER_TASK_PRIO
23
+ int "Bluetooth controller task priority level"
24
+ default 2
25
26
+endif # BT_ESP32
0 commit comments