I currently am working on a BLE device in which I am trying to set the Service and Characteristic UUIDs. Here is an example of what I mean:
As can be seen here, the Service and Characteristic UUIDs are all custom 16-bit UUIDs.
However, when I try to create my own device with similar UUIDs as seen here (header file):
Here is the resulting ids sent:
As can be seen in the image above, the UUIDs that are set are sent, but it's being sent as a full 128 bits instead of the 16-bits as can be seen in the example.
Any help or guidance would be greatly appreciated!