The ESP32 ARDUINO BLE getValue function cannot read the 0x00 data from the app.
For example, the mobile app sends: 0x01 0x02 0x00 0x03 0x05;
The esp32 getValue() function can only return 0x01 0x02 and the data after 0x00 and 0x00 will not be read. How can I solve this problem?
The mobile app I use is nRFconnect