Open JLightMedia opened 3 years ago
Yes, you can run BLE from separate task.
Is there any code example for server and client?
Just create new task and run ble as usual in that new task, unless we are speaking about 2 different things.
Ok, thank you. I'll try that.
I have a not typical question. Is it possible to move all BLE tasks to a different thread to execute independently? I founded an example "FreeRTOS". Is it possible to apply the same program algorithm for BLE? The main goal is don't block the main loop during connecting, searching, and other BLE stuff.