All Questions

Filter by
Sorted by
Tagged with
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 ...
Raulp's user avatar
  • 7,968
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 ...
RafaelKr's user avatar
  • 924
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
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 ...
Chase Roberts's user avatar