Page 1 of 1

GATT Server, retrieving UUID from handle

Posted: Mon Jan 07, 2019 7:36 am
by richardl
I am trying to match handles with UUID's post the esp_ble_gatts_create_attr_tab() call. Is there a function like esp_ble_gatts_get_attr_value() which rather than pulling the value using a handle allows me to get the original UUID I submitted when creating the characteristic?

If not whats the best way to dynamically (not via a static table) match my user supplied UUID's with the handles BLE creates please?

Regards

Richard