BT central sample has the following code
-------------------------
BT central sample has the following code
Update2
This appears that this has to do with calling bt_enable() from a thread other than main. When bt_enable is called from main the error is gone and all 3 threads that I have run without problems
Hi Andy,
In my example code I provided you can see that the bt_enable() was called from a thread. So it's pretty strange that in your code it's causing trouble. Maybe you can try to strip down the application to make it more simple to narrow down what may cause the issue ?
Hi Andy,
In my example code I provided you can see that the bt_enable() was called from a thread. So it's pretty strange that in your code it's causing trouble. Maybe you can try to strip down the application to make it more simple to narrow down what may cause the issue ?