Skip to content

Scan for nearby deivce with onBatchScanResults results list is empty #146

Description

@talfsaverone

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:

ScanSettings.Builder()
        .setScanMode(ScanSettings.SCAN_MODE_BALANCED)
        .setReportDelay(5000L)
        .setUseHardwareBatchingIfSupported(false)
        .setUseHardwareFilteringIfSupported(false)
        .setLegacy(false)
        .build()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions