All Questions
Tagged with android-ble android-background
3
questions
2
votes
0
answers
945
views
BLE scan in sleep mode
I'm developing a android app using ble.
I want schedule a scan every 10 second. It work but when my device is in background, it doesn't work.
in Oncreate() i call StartHandler();
public class ...
1
vote
1
answer
126
views
How to Bluetooth LE background connection?
Sorry for my bad English.
Context
My main goal is to build a electronic lock, the key would be a phone connected in BLE. The proximity of the phone must unlock the lock.
What I want to do
A ...
0
votes
0
answers
178
views
Background Service Android Using RxAndroidBle
When I connect, write, and notify using backgorund service, connection running well but when I closed the application connection between service and BLE device lost. Can I still connect to device ...