This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

When will I need to use ble_gatts_char_md_t, ble_gatts_attr_md_t... etc, and why?

Hello, I find these structs:

ble_gatts_attr_md_t ble_gatts_char_md_t

show up quite often in example projects. My qeustions are:

What are these? And when will I be needing them? For example, adding my very own, gatt based services?

Related