Page 1 of 1

Esp client not sending the conformation when sending the indication from server side.

Posted: Wed Apr 22, 2020 12:58 pm
by abansal22
Hello,

I am implementing the demo for gattc code:
https://github.com/espressif/esp-idf/bl ... ttc_demo.c

In this code client subscribe for the notify. But i change the value of the notify_en to 2. It enable the indication. I am using the nrfconnect app in android phone. I am checking in log that app send the indication but didn't saw the conformation send by the client to the server. kindly help.
ss.jpg
ss.jpg (610.73 KiB) Viewed 4181 times

Re: Esp client not sending the conformation when sending the indication from server side.

Posted: Fri Apr 24, 2020 5:29 pm
by chegewara
Can you confirm you see difference in esp32 logs when you send indications or notifications?
https://github.com/espressif/esp-idf/bl ... #L268-L272

Re: Esp client not sending the conformation when sending the indication from server side.

Posted: Sat Apr 25, 2020 5:32 am
by abansal22
seems it is something wrong with the nrf connect app. I set up the server in the esp32 and another as a client. Successfully getting the conformation message ESP_GATTC_NOTIFY_EVT with value is_notify as 0 (indicating the response of a indication ).