esp-idf-provisioning-android icon indicating copy to clipboard operation
esp-idf-provisioning-android copied to clipboard

pollForWifiConnectionStatus fails with BLE read error.

Open safield opened this issue 4 years ago • 0 comments

I am testing provisioning on an Android 6.0, Android 8.0, and an iOS device.

I am using the ESP BLE provisioning app to do so. On iOS it works fine.

On both Android devices ESPDevice.pollForWifiConnectionStatus() fails with the exception...

java.lang.Exception: Read from BLE failed

This failure only occurs if a correct SSID and password are entered. If an incorrect SSID and password are entered, pollForConnected does not fail, and onSuccess is called with the expected ConnectionFailed result.

safield avatar Oct 12 '21 19:10 safield