weliem / blessed-android

BLESSED, a Bluetooth Low Energy (BLE) library for Android
MIT License
557 stars 119 forks source link

ScanStarted and ScanFinished callback #135

Closed mmswide closed 2 years ago

mmswide commented 2 years ago

Hi, I am very thankful for your library. How can I make the scanStarted and scanFinished with list of peripherals callback? Looking for your reply. Thanks.

weliem commented 2 years ago

The scanning functions in this library scan forever. So you need to start and stop the scan yourself.

So do something like:

mmswide commented 2 years ago

Thank you for your reply. I will try.