All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Anton Epple's user avatar
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' ...
Pawel Klapuch's user avatar
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 ...
gioravered's user avatar
  • 1,823
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 ...
Adithya.K's user avatar
  • 303