Nemesis
Nemesis

Reputation: 109

Standard Bluetooth SIG Characteristic decoding

I am looking for documentation or examples on the data structure of the defined/default Bluetooth characteristics (https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf).

I found (https://github.com/sputnikdev/bluetooth-gatt-parser/tree/master/src/main/resources/gatt/characteristic) which shows a lot of them but not all.

Is there perhaps another open source app with more of these available or even an official document that I can reference?

Upvotes: 0

Views: 186

Answers (1)

Risto
Risto

Reputation: 1636

There is official documentation on this called GATT Specification Supplement 6

Upvotes: 3

Related Questions