Page 1 of 1

ESP32-C3 stucks on writing to BLE Characteristic without response

Posted: Tue Oct 18, 2022 1:54 pm
by cvs_dev
Hello
I am calling function

Code: Select all

pDfuPacketCharacteristic->writeValue(data, rd, false);
to write to characteristic without response. Problem is that ESP gets stuck on line 600 https://github.com/espressif/arduino-es ... c.cpp#L600
indefinetly or until peripheral device disconnects.
Is there a solution availible?