All Questions
Tagged with android-ble ios
4
questions
4
votes
0
answers
196
views
How do I avoid requesting BLE scan response?
I have a mobile app (android & iOS) that scans for peripherals with a filter by service UUID. I noticed a degradation in discoverability when multiple centrals scan at the same time. I assume this ...
1
vote
0
answers
110
views
scanForPeripherals reports dozens of random peripherals (one physical device)
What Works: (prior to bonding scanForPeripherals reports 1x peripheral)
What doesn't: (once bonded, scanForPeripherals reports 10-30x peripherals instantly)
this happens instantly - the moment 'pair' ...
0
votes
1
answer
380
views
Is it possible to determine/identify when BLE device is about to disconnect
I have a BLE device (self made) that I pair with my app (iOS+Android).
I want to notify the user when the bluetooth signal is weak or better - when the device is about to disconnect.
Searching the ...
0
votes
1
answer
159
views
Perform an action on Knocking on the phone when the device is asleep?
Im trying to implement a feature that I've seen an few apps, I think for both Android and iOS.. They are calling a function to perform on double knock (tap on the phone) when the app is close and or ...