Page 1 of 1

ESP32 BLE Client and server simultaneously

Posted: Tue Oct 27, 2020 3:31 pm
by Adham Aboud
Hello All,

I'm running ESP32 as a BLE client and server simultaneously, everything seems to be OK but I noticed the when a client disconnected from ESP32 server a ESP_GATTC_DISCONNECT_EVT triggered also at the same time
What should I do to prevent such behavior?

Thank you,