-
In the current zephyr bluetooth host implementation, The meaning of this thread is to solve the potential deadlock problem, so it must exist. But I think we can use the system worker thread to handle the same work, so as to save the resources of creating a thread. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Beta Was this translation helpful? Give feedback.
-
Yes, theoretically we could create a new |
Beta Was this translation helpful? Give feedback.
-
@LingaoM feel free to experiment with such a solution if you want, but be sure to test as many use cases as possible (connectionless, multiple connections, mesh, etc) to reduce the risk that there are new hidden deadlocks somewhere. |
Beta Was this translation helpful? Give feedback.
-
One thing to note, that with the elimination of a dedicated RX thread the |
Beta Was this translation helpful? Give feedback.
@LingaoM feel free to experiment with such a solution if you want, but be sure to test as many use cases as possible (connectionless, multiple connections, mesh, etc) to reduce the risk that there are new hidden deadlocks somewhere.