Search found 2 matches
- Fri Nov 12, 2021 1:33 pm
- Forum: General Discussion
- Topic: How to create 16-bit UUID's ?
- Replies: 3
- Views: 7513
Re: How to create 16-bit UUID's ?
I found explanation: https://stackoverflow.com/questions/10243769
- 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...