Thread clobbering BLE bonding #41731
-
We have a system that does a fair amount of processing in a thread (edge impulse stuff). While this is happening we are able to connect to our bluetooth services. However, once we added pairing support, for some reason this thread now seems to be clobbering the bonding processing. I've tried playing with the thread priority but it doesn't seem to make much difference. Simply failing to start the thread makes everything else work. Are there any recommendations for running threads concurrently with the bluetooth services? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, turns out switching to a lower priority did actually work. |
Beta Was this translation helpful? Give feedback.
Ok, turns out switching to a lower priority did actually work.