All Questions

Filter by
Sorted by
Tagged with
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 ...
0x00's user avatar
  • 129
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 ...
Antoine163's user avatar
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 ...
Chandra Abdul Fattah's user avatar