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

fix(BLE): Fixed out of range error in ll_main_dtm.c #1253

Closed
wants to merge 1 commit into from

Conversation

EricB-ADI
Copy link
Contributor

@EricB-ADI EricB-ADI commented Nov 4, 2024

Description

When running an RX test, the LlEnhancedRxTest Function checked to see if the PHY was within 1M and CODED which includes CODED_S8, leaving out CODED_S2. This issue does not exist in LlEnhancedTxTest.
The check is updated to make sure it is within 1M and CODED_S2.

Address #1249

@github-actions github-actions bot added the BLE Related to Bluetooth label Nov 4, 2024
@EricB-ADI
Copy link
Contributor Author

This is why S2 tests have shown 100% failure I believe

@EricB-ADI EricB-ADI closed this Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLE Related to Bluetooth
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant