Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bluetooth support #118

Open
taba90 opened this issue Jan 27, 2020 · 0 comments
Open

Add bluetooth support #118

taba90 opened this issue Jan 27, 2020 · 0 comments
Assignees

Comments

@taba90
Copy link

taba90 commented Jan 27, 2020

Android has support for Bluetooth Low Energy (BLE) supporting devices discovering, querying for services, and transmitting information. From Android 8 there are rules prohibiting long running background services in order to save battery, but is possible to specify an intent filter to wake up the app when matching device is detected. To this can be added a Job scheduler mechanism which will lookup periodically for beacons as a backup is the above kind of detection won't work for any reason.

@taba90 taba90 self-assigned this Jan 27, 2020
taba90 added a commit to taba90/smb-android that referenced this issue Oct 7, 2020
taba90 added a commit to taba90/smb-android that referenced this issue Oct 8, 2020
taba90 added a commit to taba90/smb-android that referenced this issue Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant