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

BLE RF test returns error 48 when performed RX on S2 phy #1249

Closed
Ankitpatel2022 opened this issue Nov 1, 2024 · 1 comment
Closed

BLE RF test returns error 48 when performed RX on S2 phy #1249

Ankitpatel2022 opened this issue Nov 1, 2024 · 1 comment

Comments

@Ankitpatel2022
Copy link

When tried to run the BLE RF test to receive on S2 phy, it returns error 48.
I think the check here needs to be modified ((phy < LL_TEST_PHY_LE_1M) || (phy > LL_TEST_PHY_LE_CODED_S2)) ||

@kevin-gillespie
Copy link
Contributor

I understand the problem you're having, but these parameters are in the specification. You can select LL_TEST_PHY_LE_CODED for S2 and S8 when executing the receiver test. The receiver needs to be able to receive both S2 and S8 when using the Coded PHY.

image

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

3 participants