esp-idf-provisioning-android
esp-idf-provisioning-android copied to clipboard
pollForWifiConnectionStatus fails with BLE read error.
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.