BLExplorer icon indicating copy to clipboard operation
BLExplorer copied to clipboard

Bluetooth Device Explorer

Results 8 BLExplorer issues
Sort by recently updated
recently updated
newest added

Hello, I am interested in changing the app to target newer versions of Android, mainly Android 8.0 and above. This might require permissions changes and other changes for background work....

- Doesn't update targetSdkVersion yet, will work on that next - Moved to using Android Jetpack - Removed SnackEngage because it was causing a lot of build issues. Can add...

https://www.bluetooth.com/specifications/gatt/services/

One obvious feature missing: ability to write values to charcteristics

It seems like this app is picking up on all Bluetooth devices. Not an issue, but is this possible? Are FitBits LE?

If BT is off when the app is started, it asks for permission to turn it on. If you say yes, it immediately crashes: ``` E/AndroidRuntime(28510): java.lang.RuntimeException: Failure delivering result...

``` java.lang.ArrayIndexOutOfBoundsException: length=24; index=24 at org.ligi.blexplorer.util.ManufacturerRecordParserFactory$IBeaconParser.parse(ManufacturerRecordParserFactory.java:137) at org.ligi.blexplorer.util.ManufacturerRecordParserFactory.parse(ManufacturerRecordParserFactory.java:28) at org.ligi.blexplorer.scan.DeviceViewHolder.applyDevice(DeviceViewHolder.java:68) at org.ligi.blexplorer.scan.DeviceListActivity$DeviceRecycler.onBindViewHolder(DeviceListActivity.java:65) at org.ligi.blexplorer.scan.DeviceListActivity$DeviceRecycler.onBindViewHolder(DeviceListActivity.java:53) at android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:5217) at android.support.v7.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:5250) at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4487) at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4363) at android.support.v7.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:1961) at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1370) at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1333) at android.support.v7.widget.LinearLayoutManager.scrollBy(LinearLayoutManager.java:1161)...