Android-Scanner-Compat-Library icon indicating copy to clipboard operation
Android-Scanner-Compat-Library copied to clipboard

A compat library for Bluetooth Low Energy scanning on Android.

Results 19 Android-Scanner-Compat-Library issues
Sort by recently updated
recently updated
newest added

/Android-S[]() #canner-Compat-Library/blob/df97095ee623066e7950120ffaf8e07a2510d629/LICENSE#L18 #123 `` # # #120 @coderbyheart

Hello, I'm one of the software engineers using your Bluetooth libraries. First of all, I really appreciate the efforts to resolve a tremendous amount of compatibility issues across different levels...

enhancement

Hello, Would it be possible to provide a kotlin example, implementing this library? Similar to the kotlin examples created for the Android BLE Library which were very helpful. Thanks!

Some permissions were added on a specific Android API, and were also removed on a different one. This PR intents to delimit the scope of those dangerous permissions. With these...

Version: no.nordicsemi.android.support.v18:scanner:1.6.0 Samsung Flip 3 - Android 12 Hi all, I am noticing: final ScanCallback userCallback = weakScanCallback.get(); in UserScanCallbackWrapper is returning null, preventing callbacks to my fragment (I guess...

```kotlin // in BroadcastReceiver(MyReceiver) override fun onReceive(context: Context, intent: Intent) { Log.e(TAG, "onReceive: ${intent.extras?.getInt("my.extra.data")}") Log.e(TAG, "onReceive: ${intent.action}") Log.e(TAG, "onReceive: ${intent.hasExtra(BluetoothLeScanner.EXTRA_LIST_SCAN_RESULT)}") Log.e(TAG, "onReceive: ${intent.getParcelableArrayListExtra(BluetoothLeScanner.EXTRA_LIST_SCAN_RESULT)?.size}") } ``` 1. start scan without extra...

Before I found this [Android-Scanner-Compat-Library] library, I had rolled my own and allowed my code to set the version of the scanner it wanted to use. We could ask a...

Hi NordicSemiconductor + contributors, Firstly, thankyou for Android-Scanner-Compat-Library! It has really helped me in developing a Bluetooth project that supports Android SDK versions 19 to 34.... This is my first...

I'm using this library in one of my projects its working fine till Android 13 but on Android 14 it stucks on scan and does not connect to any device.