Search found 1 match
- Fri Jan 15, 2021 1:51 am
- Forum: ESP-IDF
- Topic: esp_ble_gatts_send_response doesn't work in the gatts_server_sercive_table demo
- Replies: 7
- Views: 9323
Re: esp_ble_gatts_send_response doesn't work in the gatts_server_sercive_table demo
Hello again to all,
today is a day to celebrate ;) . I have solved the problem.
It seems I should have read the tutorial more carefully :roll: .
Anyway, the error was that I didn't change the "attr_control" parameter in the service table "gatt_db".
By default it is set to "ESP_GATT_AUTO_RSP" and ...