All Questions
Tagged with android-ble core-bluetooth
4
questions
2
votes
1
answer
791
views
Get the supported Bluetooth Version in Android phones?(5 or 4.x)
Is there a way to know the Android Bluetooth Ver?( 5 or 4.x - 4.1 or 4.2?)
Currently as per
https://developer.android.com/about/versions/oreo/android-8.0-changes
Feature like Advertisement packet ...
2
votes
0
answers
488
views
BLE: Reconnect Android central to iOS peripheral
After days of research and trial and error my colleagues and I have to hope that the StackOverflow community has a working solution.
We got an Android Smartwatch. We developed an app which acts as ...
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' ...
1
vote
0
answers
571
views
BLE iOS sending data to Android gattServer peripheral:writeValue:forCharacteristic:type not working
I am trying to use android as a BLE peripheral (gatt server). I was able to get it advertising, and I can have the iOS app reeive notifications when certain characteristics are changed, but I am ...