Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

establishSession method call below error #619

Open
MurtuzaSrashtaSoft opened this issue Jan 21, 2022 · 0 comments
Open

establishSession method call below error #619

MurtuzaSrashtaSoft opened this issue Jan 21, 2022 · 0 comments

Comments

@MurtuzaSrashtaSoft
Copy link

MurtuzaSrashtaSoft commented Jan 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant