zephyr/drivers/bluetooth
Kalle Kietäväinen fe5abd0344 drivers: bluetooth: silabs: Add separate thread for BT Link Layer
The BT Link Layer needs to get runtime in a timely manner to keep
connections alive and handle other time-critical tasks. This is achieved by
adding a separate thread for it with a meta-IRQ priority, which means it
can preempt other threads. The driver also has an RX thread that passes HCI
messages from the controller to the host stack. This can be a lower
priority cooperative thread, as it doesn't have strict timing requirements.

Signed-off-by: Kalle Kietäväinen <kalle.kietavainen@silabs.com>
2025-01-21 11:11:36 +01:00
..
hci drivers: bluetooth: silabs: Add separate thread for BT Link Layer 2025-01-21 11:11:36 +01:00
CMakeLists.txt
Kconfig Bluetooth: controller: Update to new HCI driver API 2024-06-11 19:42:49 -04:00
util.h