kiteflo / iBeaconAndroidDemo

A simple demo chalking out iBeacon handling based on Android programming...
36 stars 21 forks source link

How to scan beacon continuously? #3

Open mathscience4 opened 4 years ago

mathscience4 commented 4 years ago

From document, [Or you put some brain power into the whole scanning process, a simple approach could be to define a duration for a scan intervall and simply switch between scanning and non scanning based on this interval: 20 seconds scanning, 20 seconds break, 20 seconds scanning...etc.]. I want to x seconds scanning, no second break, how to control break time?

Thank