zephyr/subsys/bluetooth
Herman Berget 096fc3b826 Bluetooth: Increase RX thread stack size
Normal usage for Bluetooth applications are getting close to or
already overflowing the default BT RX stack size of 1024.

For example:
 - Discovery using the fixed ATT channel used 984 bytes.
 - Discovery using an enhanced ATT channel used 1048 bytes,
   which would lead to stack overflow using the default BT RX thread
   stack size.

Signed-off-by: Herman Berget <herman.berget@nordicsemi.no>
2022-08-26 12:52:22 +02:00
..
audio Bluetooth: Audio: Add missing NULL checks when looking up audio_iso streams 2022-08-26 11:56:15 +02:00
common Bluetooth: Define global Bluetooth address constants 2022-08-25 12:18:09 +02:00
controller Bluetooth: controller: llcp: fix unhandled rsp in periph phy upd proc 2022-08-26 11:56:33 +02:00
host Bluetooth: Increase RX thread stack size 2022-08-26 12:52:22 +02:00
mesh Bluetooth: Mesh: Health_cli: Fix fault test rsp 2022-08-23 16:21:54 +02:00
services Bluetooth: Host: Add option to use GATT over EATT 2022-08-19 11:59:52 +02:00
shell Bluetooth: shell: Add LE Audio related advertisement data 2022-08-19 12:07:31 +02:00
CMakeLists.txt drivers: bluetooth: build as static library 2021-08-17 06:06:03 -04:00
Kconfig bluetooth: kconfig: Hide host options if not available 2022-06-17 10:49:51 -05:00
Kconfig.adv Bluetooth: Mark Extended Adv as stable 2022-08-16 18:10:59 +02:00
Kconfig.iso bluetooth: kconfig: Hide host options if not available 2022-06-17 10:49:51 -05:00