Search found 12 matches

by richardl
Mon Dec 31, 2018 3:05 pm
Forum: ESP-IDF
Topic: BT GATT Server Changing values
Replies: 1
Views: 2623

Re: BT GATT Server Changing values

OK, all sorted now. 1.) Found the ESP_GATT_RSP_BY_APP flag, so App does the response 2.) Handled my own notification using esp_ble_gatts_send_indicate(); Addendum, actually abandoned the "simpler" Table based solution as it it actually much easier to set the service, characteristics and descriptors ...
by richardl
Sun Dec 30, 2018 11:54 am
Forum: ESP-IDF
Topic: BT GATT Server Changing values
Replies: 1
Views: 2623

BT GATT Server Changing values

I am using the table version of the standard ESP32 GATTs example, it worked fine, however as an ex-CSR programmer I have 2 major disconnects as to its proper use. 1.) There seems to be no option to handle the return value in code rather than by a static table. I.E. once the table is set up the value...