Hi,
I have custom made device with CC2640 and host MCU, I have characteristic which is Read Only and it's value consists of two 4 byte long strings: one of the strings is local and the other comes from the Host MCU which is connected through UART. So when the device gets read request it reads the host MCU string and then assembles the reply with both strings. The problem is that I always read the "previous" Host string because it's value is not currently available.
How to modify the callback function so the replied value is the one currently read from the host??
Thanks, Bitkiller.