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

Add GattValue and FixedGattValue traits from nrf-softdevice to bt-hci #18

Closed
petekubiak opened this issue Oct 25, 2024 · 2 comments
Closed

Comments

@petekubiak
Copy link

These traits will be critical for implementing the softdevice-like interface we're developing in TrouBLE (link: embassy-rs/trouble#136), and I imagine would be useful more broadly as well.

@alexmoon
Copy link
Collaborator

I think these are a host concern rather than an HCI concern, so should probably be in trouble rather than bt-hci. The HCI messages are inherently variable length, it's just the interpretation of that raw data by the host that needs to be aware of type conversions.

@jamessizeland
Copy link
Contributor

Fair enough, our thinking was that the conversion traits would be generic beyond trouble, as it's just the same interface as softdevice uses.

@petekubiak petekubiak closed this as not planned Won't fix, can't repro, duplicate, stale Oct 28, 2024
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

3 participants