Open xinkunlong opened 6 months ago
Maybe you can confirm whether the ESP device has written the characteristic value 0x000001BF5F02000000004F4D2D4F5441 by capturing packets. It is possible that the ESP device writes the characteristic value successfully, but the mobile terminal does not report it.
Answers checklist.
General issue report
ESP32-C6 AT Firmware v4.0.0.0 does not support write no reponse command as BLE client
When I write data to this
+BLEGATTCCHAR:"char",0,3,2,0x000001BF5F02000000004F4D2D4F5441,0x04
, the server cannot receive the data, but when I write data to the other twochar
, the server can receive the data.