unicloudvn / esp_provisioning

Flutter Provisioning library for ESP-IDF ESP32 Unified provisioning
https://unicloudgroup.dev
Apache License 2.0
66 stars 53 forks source link

establishSession method call below Error code: 302, #20

Open MurtuzaSrashtaSoft opened 2 years ago

MurtuzaSrashtaSoft commented 2 years ago

scanBle Ble Method code change uuids: []


  Stream<ScanResult> scanBle() {
    stopScanBle();
    return _bleManager.startPeripheralScan(
        uuids: [], //[TransportBLE.PROV_BLE_SERVICE],
        scanMode: ScanMode.balanced,
        allowDuplicates: true);
  }

Error code: 302, ATT error code: null, iOS error code: null, Android error code: null, reason: null, internal message: null, device ID: null, service UUID: 021a9004-0382-4aea-bff4-6b3f1c5adfb4, characteristic UUID: null, descriptor UUID: null

Screenshot 2022-01-21 at 12 58 44 PM

Not received wifi list

Error

Screenshot 2022-01-21 at 1 02 07 PM

skashok commented 2 years ago

Hi @MurtuzaSrashtaSoft

I am exactly facing the same issue, Is there fix for this. please share if you have more info.