I guess the answer is yes, because I know Characteristic Declaration (UUID 0x2803) has an unique handle for each characteristic.
Just wanted to confirm.
I guess the answer is yes, because I know Characteristic Declaration (UUID 0x2803) has an unique handle for each characteristic.
Just wanted to confirm.
The only "unique" in UUIDs is that they uniquely identify a type of attribute. There can be multiple of the same UUIDS on a single device, and the same is true for Characteristic UUIDs (e.g. multiple Heart Rate Services). Handles are completely unique though, but they are device-specific.
Well said! Thanks
Well said! Thanks