Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Borna-f opened this issue Oct 4, 2022 · 1 comment
Open

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

Borna-f opened this issue Oct 4, 2022 · 1 comment

Comments

@Borna-f
Copy link

Borna-f commented Oct 4, 2022

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!

@philips77
Copy link
Member

Hi,
What Android version did you use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants