We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HI,
Thank you for the awesome app, though It is a bit odd that service and characteristics used by Science Kit UUID does't share the same UUID base
#define SCIENCE_KIT_UUID(val) ("555a0002-" val "-467a-9538-01f0652c74e8")
To share the same uuid128 base it should look like
#define SCIENCE_KIT_UUID(val) ("555a" val "0000-467a-9538-01f0652c74e8")
Sorry if uuid is deigned this way on the purpose. If it is the case feel free to close this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
HI,
Thank you for the awesome app, though It is a bit odd that service and characteristics used by Science Kit UUID does't share the same UUID base
To share the same uuid128 base it should look like
Sorry if uuid is deigned this way on the purpose. If it is the case feel free to close this issue.
The text was updated successfully, but these errors were encountered: