nravanelli

Results 6 comments of nravanelli

Thanks @h2zero for giving more clarity here. I need to maintain active scanning for various reasons, so would the temporary solution be to simply call `pBLEScan->stop();` after each active scan?...

@h2zero I have been running an ESP32 with your new fixes to active scan for a little over 40 minutes and HEAP use has stayed constant at `229108` with the...

> > @scripter-co @nravanelli I have created a branch that should resolve this here: https://github.com/h2zero/NimBLE-Arduino/tree/sr-timer > > > Please try it out and let me know, thanks! > > looks...

@felmue Thanks Felix, I solved based on your comment. Is there a way to turn off the modem at the start, without having to turn it on first?

@shahovkit I tried your method above, which works to select ALL items, but doesn't work if you have filtered the data already (i.e. search bar). Any idea how you can...