Skip to content

Filter does not update in run time (using Pending intent) #127

Description

@Borna-f

Steps to reproduce:

add an scan filter like below

ScanFilter sf = new ScanFilter.Builder().setDeviceAddress("MAC_ADDRESS_HERE").build();

start scan with that filter and pending intent.

stop scan
remove that filter from the filters list
start scan again (with updated filter list)
see the error.

Expected behavior:
The removed item does not show up.

Actual Behavior:
The removed item do show up!

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