Search found 1 match

by flyingisoverrated
Mon Jan 09, 2023 12:20 pm
Forum: ESP-IDF
Topic: Ble Invalid Attribute Handle from ble stack when adding multiple descriptors
Replies: 0
Views: 598

Ble Invalid Attribute Handle from ble stack when adding multiple descriptors

Hello, I am working on a project with BLE using esp-idf version 4.4.3. I am using the legacy way of creating services, characteristics and descriptors (esp_ble_gatts_add_char, esp_ble_gatts_add_char_descr) and handling the return of the attribute handles in the server event handler callback. Everyth...