Search found 1 match

by nicolaus
Mon Jul 31, 2023 12:18 pm
Forum: ESP32 Arduino
Topic: checking status of writeValue-response
Replies: 0
Views: 5064

checking status of writeValue-response

Hi, I have a little project where my code is running on an esp32-c3, and I want to write values to a third party device. BLERemoteCharacteristic::writeValue(...) has the option to request a response from the server. With the help of a sniffer I can see that a response is being sent. However, I canno...