omaraflak / Bluetooth-Library

Bluetooth client library for Android.
198 stars 62 forks source link

Bluetooth usage from background service. #6

Closed widavies closed 6 years ago

widavies commented 6 years ago

This isn't an issue - you may want to move it somewhere else.

I have a server-client system used for FRC Robotics competitions for syncing data using your library (great library by the way). The server is constantly listening, and will automatically process some stuff if a client tries to connect. Is it possible to use your Bluetooth library from a background service instead of having it within an activity?

widavies commented 6 years ago

Found a better way to do what I'm trying to do.

omaraflak commented 6 years ago

It is actually. I updated the code on GitHub but I didn't push the code to Jcenter.

widavies commented 6 years ago

Alright, thanks for the fix