You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: