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

Finish adding UUID constants #1

Open
MoralCode opened this issue Dec 8, 2021 · 0 comments
Open

Finish adding UUID constants #1

MoralCode opened this issue Dec 8, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@MoralCode
Copy link
Collaborator

Some of the constants are already present in constant.dart but there are many more that are still useful. These should be added so the file represents a complete list of what services and characteristics are in the spec.

These constants are listed in the table in https://www.concept2.com/files/pdf/us/monitors/PM5_BluetoothSmartInterfaceDefinition.pdf

The sheer number of these identifiers may warrant adding some way of organizing them, such as:

  • crating a function to build a UUID from the base id since they are all the same except for 4 hex characters.
  • Categorize the Characteristics into groups/classes based on which service they are part of
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant