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

Create an STA concurrency check that works on Android 9 and 10 #20

Open
ccameron-gb opened this issue Dec 5, 2024 · 0 comments
Open

Comments

@ccameron-gb
Copy link
Collaborator

Described in Notion.

We have code to prevent devices that don't support STA/AP concurrency from trying to simultaneously be a hotspot and client. However, our method of checking for concurrency support doesn't seem to work for Android 9 and 10. In these cases, we default to disabling concurrency.

This is not ideal because it limits how "meshed" our network can be.

We need to think of an alternative. Perhaps an expensive initial test (like actually trying to turn both on) that we then cache so it only needs to be done once.

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

1 participant