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

Relax Frame transmission success criteria #13

Merged
merged 1 commit into from Sep 6, 2022
Merged

Conversation

monich
Copy link
Collaborator

@monich monich commented Sep 6, 2022

NCI 1.0 spec defines only two valid status codes for the Frame interface transmissions, STATUS_RF_FRAME_CORRUPTED (0x02) and STATUS_OK (0x00). Let's be optimistic and consider anything that isn't STATUS_RF_FRAME_CORRUPTED a success.

I've seen write status 0x14 on some devices which can apparently be ignored.

NCI 1.0 spec defines only two valid status codes for the Frame
interface transmissions, STATUS_RF_FRAME_CORRUPTED (0x02) and
STATUS_OK (0x00).  Let's be optimistic and consider anything
that isn't STATUS_RF_FRAME_CORRUPTED a success.
@monich monich merged commit 90cdc22 into mer-hybris:master Sep 6, 2022
@monich monich deleted the 0x14 branch September 6, 2022 14:21
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

Successfully merging this pull request may close these issues.

None yet

2 participants