You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)) ||
The text was updated successfully, but these errors were encountered:
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.
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)) ||
The text was updated successfully, but these errors were encountered: