dotintent / FlutterBleLib

Bluetooth Low Energy library for Flutter with support for simulating peripherals
Apache License 2.0
530 stars 194 forks source link

establishSession method call below error #619

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