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

Custom 16-bit services cannot be configured in the GATT server #109

Closed
simonratner opened this issue Nov 21, 2019 · 2 comments
Closed

Custom 16-bit services cannot be configured in the GATT server #109

simonratner opened this issue Nov 21, 2019 · 2 comments
Labels

Comments

@simonratner
Copy link

Describe the solution you'd like
Able to specify a 16-bit UUID for a service in the GATT server, to be advertised.

Describe alternatives you've considered
Using 128-bit UUID base value to represent the 16-bit UUID.

@philips77 philips77 added the bug label Jul 28, 2020
@philips77
Copy link
Member

Hi,
I've resume working on nRF Connect. Could you elaborate more on this feature you want?
I just tested and it's possible to create a service/characteristic with 128-bit UUID matching Base Bluetooth UUID in the GATT Server configuration. In Advertiser (you also mentioned that) you can even type just the 2-byte value, or even 4-byte value.
Unknown UUIDs, even if they match Base Bluetooth UUID, are printed in long form as 128-bit.

@philips77
Copy link
Member

I don't know if that's what you wanted, but in the next version it will be possible to create a service/characteristic/descriptor by providing 16- or 32-bit UUID. If not, please reopen. Fixed internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants