1(one) esp_ble_gattc_write_char_descr sends 5 WriteRequests
Posted: Mon Dec 13, 2021 1:47 pm
Hi
I am calling from my ESP32 only once but I see with a NRF sniffer that the device receives 5 WriteRequests (with ~44800µSec between them), and only stops sending when the device returns a Write Request Rcvd
Is there some kind of timeout which is automatically retrying? How can override it?
Thanks!
I am calling from my ESP32 only once
Code: Select all
esp_ble_gattc_write_char_descr
Is there some kind of timeout which is automatically retrying? How can override it?
Thanks!