Hello.
I use the simple ble peripheral project with serial interface. I don't know how can i read/write value from uart.
I parse my rx buffer, and in my case :
case APP_CMD_WRITE:
pReq.handle = 0x25;
pReq.offset = 0;
if (GATT_ReadLongCharValue( 0xFFFE, &pReq, serialInterface_TaskID ) //i wanted use this for provoc a read cb...
But, don't work. I guess i am blind and the answer is easy, but i don't know what function to call for Read / Write a specific characteristic.
Thank's and best regards,
Steeve