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

Science Kit UUID128 does not share the same base #4

Open
hathach opened this issue Dec 7, 2020 · 0 comments
Open

Science Kit UUID128 does not share the same base #4

hathach opened this issue Dec 7, 2020 · 0 comments

Comments

@hathach
Copy link

hathach commented Dec 7, 2020

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.

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

1 participant