esp32-snippets
esp32-snippets copied to clipboard
BLE: Allow asynchronous connect
Currently the connect function is blocking.
Is it possible to allow asynchronous connection opening?
Sorry, its not possible now, because there is a lot semaphores that prevent to perform some actions before bt stack respond with event on previous function call.
Is there a way to do it with freertos?