Hi,
I need an indication that BLE is currently advertising. Do I have it?
Thanks!
Hi,
I need an indication that BLE is currently advertising. Do I have it?
Thanks!
There are several ways of checking if the device is advertising:
Best regards,
Simon
Thanks Simon!
But I meant to a software indication (flag, state etc...). I need an indication so I will not start advertising twice. I tried to manage my own flag, but it cause a lot of problems.
BR
What problems do you face when using your own flags? Race conditions? If that is the case, I think this thread is a good read, and Ulrich presents a good solution to handle it.
Best regards,
Simon.