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

[Gen 4] change coexistence behavior in wifi connecting or wifi connected states with background BLE low prio activity #2764

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

avtolstoy
Copy link
Member

TODO

volatile bool s_wifiConnectionState = false;
volatile bool s_tdmaSkip = false;

uint32_t s_coexTable[3] = {0x55555555, 0xaaaa5555, 0xf0ffffff};
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0x55555555 == BT > WLAN, 0xaaaa5555 == WLAN high-Priority > BT > WLAN low-Priority

@scott-brust scott-brust modified the milestones: 5.8.1, 5.8.2 May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants