BeaconService - class details

Hi all,

I’m wondering how BeaconService class works:

  • I have to call the BeaconService.connect(ServiceReadyCallback callback) method before using any BeaconManager.start[...] method (I don’t exactly know why but OK :slight_smile:),
  • I have to call the BeaconService.disconnect() method when the job is done. When do I call this? onStop(), onDestroy()?

What is really happening?

Thanks you in advance.