wafa_ath
DIIDevHeads IoT Integration Server
•Created by aymen ammari on 9/9/2024 in #edge-networking
ESP32 BLE Reconnection Issue with REMOTEXY App
move BLEDevice::startAdvertising(); inside the onDisconnect callback. Also, ensure pServer->getAdvertising()->start(); is called without BLEDevice::stopAdvertising();. This helps the ESP32 automatically reconnect without having to forget and rescan the device.
4 replies