Mair / esp32-course

Course on the ESP32 IDF
https://learnesp32.com
282 stars 122 forks source link

Bluetooth GATT (Services, Characteristics, and Descriptors) documentation changes #189

Open Bader-EE opened 2 years ago

Bader-EE commented 2 years ago

Hello Mr. Mair,

I hope this finds you well.

About the new Bluetooth documentation, Would you explain how we can reach the Descriptors and Characteristics that are related to the service and know if it is optional or not that appeared as an XML file in the GATT Read video?

What I found on the Bluetooth website is just a 16-bit UUID Numbers Document that lists the GATT services and characteristics in a raw: https://btprodspecificationrefs.blob.core.windows.net/assigned-values/16-bit%20UUID%20Numbers%20Document.pdf

Thank you in advance.