Hello,
I referenced HIGH THROUGHPUT .
I didn't copy that code to my project, but followed its point to change PDU/PDU size and heap memory size, then Rebuild project.
#define MAX_NUM_PDU 6 #define MAX_PDU_SIZE 107
I use android app (BlueLoupe) to read charValue, but GATT server can only response MAX_NUM_PDU times, then it stop and never response any data.
Why it dosen't work?