dotintent / FlutterBleLib

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

Fix a problem that the scanning stops immediately #555

Open ipcjs opened 3 years ago

ipcjs commented 3 years ago

The PR fix the problem:

Repetition steps: (test on android 11)

  1. start scanning
  2. turn off bluetooth
  3. turn on bluetooth
  4. start scanning again

expected result: The scan starts normally.

actual results: the scanning stops immediately.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.