h2zero / NimBLE-Arduino

A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
https://h2zero.github.io/NimBLE-Arduino/
Apache License 2.0
670 stars 138 forks source link

Multi-connect support: start advertising && WiFi #608

Closed fbritop closed 1 month ago

fbritop commented 7 months ago

Is there any restrictions that NimBLE wont advertise if there is no internet connection?

I try con connect to an ESP32, with no problem where Wifi connection is OK, but if it disconnects, then I cannot connect to the device.

After the wifi connects, it outputs a message; Multi-connect support: start advertising

Thanks Felipe Brito

h2zero commented 7 months ago

There is no internet connection required. Please post a debug log to diagnose