Hi,
I'am using the CC240 and the BLE stack. I send the data ("attribute") from the master to slave and I use the ATT_PrepareWriteReq() function.
How can I remove the echo?
Best Regards.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I'am using the CC240 and the BLE stack. I send the data ("attribute") from the master to slave and I use the ATT_PrepareWriteReq() function.
How can I remove the echo?
Best Regards.
Hi Sean Lyons85,
thank you for the prompt reply.
I use the GATT_WriteLongCharValue() function to send commands/string/payload from master to a slave. When I send the command/string/payload, the slave replies exactly with the same command/string/payload, therefore the slave make a echo. The top rectangle red shows the command/string/payload that I have sent (payload = 04 83 00). The below rectangle red shows the slave's reply and its payload is 04 83 00.
How can I remove the echo?
Best regards.