Android-Scanner-Compat-Library
Android-Scanner-Compat-Library copied to clipboard
A compat library for Bluetooth Low Energy scanning on Android.
Hi, during testing devices, I am not getting any results for a Pixel 6a on Android 13. Working fine on: Samsung - Galaxy Fold Android 13, Samsung - (industry phone)...
Our app uses the BleScannerCompat library for scanning. The use case is that the Ble peripherals should be able to be discovered and connected even if the app is in...
Hello, I want to know how your NRF Connect app is compatible or set to scan parameters. I found that a question is: setusehardwareBatchingifSupported is set to True. At this...
Hi, I'm using your lib to build an android app, In my app, I start scanScan when application lifecycle is onStart and stopScan when application lifecycle is onStop as below....
Hello. I built a JAR library to provide Bluetooth capabilities to our Android apps. The build.gradle file of our library has the following declaration: ```groovy dependencies { implementation fileTree(dir: 'libs',...
当我修改了设备的广播名后 var result: ScanResult result?.device?.name 没有修改 result.scanRecord?.deviceName 正常更改 nrfconnect 能正常修改 请问nrfconnect APP 是采用的result.scanRecord?.deviceName 这个吗???
I am currently trying to implement low-power background scanning using hardware batching, but on my device I sometimes get 0 `ScanResult`s back after starting particular scan. Restarting the scan with...
Steps to reproduce: add an scan filter like below ```java ScanFilter sf = new ScanFilter.Builder().setDeviceAddress("MAC_ADDRESS_HERE").build(); ``` start scan with that filter and pending intent. stop scan remove that filter from...
When scanning for the nearby devices I saw the following issue: The `onBatchScanResults` returns an empty list while the `onScanResult` returns results. My configuration is: ```kotlin ScanSettings.Builder() .setScanMode(ScanSettings.SCAN_MODE_BALANCED) .setReportDelay(5000L) .setUseHardwareBatchingIfSupported(false)...
When I start scanning for bluetooth devices using BluetoothLeScannerCompat, the scan immedietly stops with error code 2 SCAN_FAILED_APPLICATION_REGISTRATION_FAILED. This does not happen when using a Samsung phone, tablet (S22, S23,...