The Bluetooth SIG website hosts several descriptions of standard services that Bluetooth Low-Energy devices could implement. It provides this description in a human readable format, but also implies that there is a machine-readable version of these schemas called "GATT XML". I cannot find the specification for GATT XML anywhere -- does it exist? If not, is there another format for BLE service schemas?
Asked
Active
Viewed 349 times
1 Answers
2
It does in fact exist. The XML schema is available for download here: https://www.bluetooth.com/specifications/gatt/schema

JoeBun
- 125
- 1
- 9
-
that web page does not return an XML schema today, just a list of token names and the last date those tokens were changed. Perhaps the XML schema has moved? Could you possibly post a copy here or a new link? – Rohan Mahy Nov 15 '20 at 03:47