Hi all!
Is that possible to identify witch client/mobile app is associated with the write request?
Lets assume that my device can handle multiple mobile applications (on same mobile phone) writing on the same characteristics and I need to provide the proper answer to each app. To avoid getting the wrong readout I would like to synchronize the read request event with the write request for each mobile app.
Example: If app "A" writes "123456" I need to read "654321" and if app "B" writes "ABCDEF" I need to read "FEDCBA"
I need to avoid the scenario that the app "A" and "B" send write requests almost at the same time reading the wrong data, like app "A" reading "FEDCBA" instead of "654321".
I hope to be clear on my problem!
Thanks in advanced!