3

When to build BLE related app, it seems that it's essential to have detail information from GATT XML specifications.

When I look for the XML files, I always end up going to here, but there is no XML I can find on the page.
Then I later found this page, saying their XML viewer is no longer maintained and check the "XML files directly", but I still don't see any links to the XMLs.

So far the best I found are

Where is the central source for the XML files they are talking about?

kukrt
  • 2,117
  • 3
  • 21
  • 32

1 Answers1

3

The Bluetooth SIG seem to be moving away from having the details in an XML format. I find myself using the following documents to find the information I am looking for:

"GATT Specification Supplement" at https://www.bluetooth.com/specifications/gatt/

"16-bit UUID Numbers Document" at https://www.bluetooth.com/specifications/assigned-numbers/

ukBaz
  • 6,985
  • 2
  • 8
  • 31
  • Thanks, but if they are the only references we can look at, how do we go about finding detail like this one? https://shorturl.at/fmJZ8 requirement, format, decimalexponent and so on – kukrt Oct 20 '20 at 23:32
  • https://www.bluetooth.com/specifications/assigned-numbers/environmental-sensing-service-characteristics/ Like, looking at this page doesn't really give me information about this service. It only has a list of characteristic "names". – kukrt Oct 20 '20 at 23:42
  • 1
    I would suggest you contact the Bluetooth SIG with your feedback. As this question has been closed, if you have a specific question about finding decoding some values then open a new question with that and I'll try to help. – ukBaz Oct 21 '20 at 06:41