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

FixedGattValue (and other ble traits) should be provided by a separate library #197

Open
Nashenas88 opened this issue Oct 16, 2023 · 0 comments

Comments

@Nashenas88
Copy link

I'm unable to write unit tests to validate that my impls for FixedGattValue are correct, since the library can only be compiled for nrf hardware. Splitting the ble traits into their own library would make this possible. I currently have to create a new trait that I can use for testing, then use a newtype wrapper to proxy the implementation for FixedGattValue.

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