Search found 2 matches

by rzodkiew
Wed Nov 10, 2021 11:00 am
Forum: General Discussion
Topic: How to create 16-bit UUID's ?
Replies: 3
Views: 7513

How to create 16-bit UUID's ?

Hello , I use 'gatts_server_service_table' example as base in my project, I want to make uuid's and characteristic with 16-bit UUID. I tried many solutions I found on this forum, but always UUID is 128-bit (many cases 16-bit inside base_uuid - {0xFB,0x34...}) How i can make 16-bit uuid service? Than...