Search found 2 matches

by Piotrvv
Wed Jan 04, 2023 2:22 pm
Forum: ESP-IDF
Topic: esp_ble_gatts_send_response doesn't work in the gatts_server_sercive_table demo
Replies: 7
Views: 6517

Re: esp_ble_gatts_send_response doesn't work in the gatts_server_sercive_table demo

Hello. I try to create characteristic with my own write response, but I'm not sure how to enable it. I use gatt_server_service_table. Probably after set ESP_GATT_RSP_BY_APP parameter I should set write_need_rsp and write.is_prep. Am I correct? If so, how and when should I do it? Best regards PiotrVV
by Piotrvv
Thu Dec 29, 2022 2:41 pm
Forum: ESP-IDF
Topic: Bluetooth and write response
Replies: 0
Views: 484

Bluetooth and write response

Hello.
Is anybody help me to enable write response in gatt_server_service_table? I try to do it one of the characteristic with write propoerties but i don't know how to change connection parameters.

Best regards,
PiotrVV