File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,12 @@ config BT_RECV_WORKQ_SYS
90
90
High priority HCI packets will processed in the context of the caller of bt_recv().
91
91
The application needs to ensure the system workqueue stack size (SYSTEM_WORKQUEUE_STACK_SIZE)
92
92
is large enough, refer to BT_RX_STACK_SIZE for the recommended minimum.
93
- Note: When this option is used, other users of the system work queue will influence the
94
- latency of incoming Bluetooth events.
93
+ Warning: Enabling this option will cause the latency of incoming Bluetooth events to be
94
+ affected by other tasks using the system work queue. When this option is active, the Host
95
+ will process Bluetooth events in a blocking manner. This can lead to deadlocks if the
96
+ application waits for the system work queue while handling Bluetooth events. This feature
97
+ is intended for advanced users to allow aggressive memory optimization for devices with
98
+ very limited memory. It is strongly advised not to use this option.
95
99
96
100
config BT_RECV_WORKQ_BT
97
101
bool "Process low priority HCI packets in the bluetooth-specific work queue"
You can’t perform that action at this time.
0 commit comments