Android Question bluetooth sending while receiving

yogie

Member
Licensed User
Longtime User
Hello,
I am receiving data over bluetooth from a device with AsyncStreams relatively fast.
The prefix mode is not used. The recognition of a block via CR (#13) works.
For testing, I want to send a message after e.g. 20 blocks.

I see the counter >= 20 in the log, but the message is not sent (using AStream.Write(message.GetBytes("utf8")).
In any case nothing arrives at my device.
What to do?
 

yogie

Member
Licensed User
Longtime User
Hi Errel, thanks for the reply.
The device responds relatively quickly. I noticed that in debug mode my program does
not process the place with the answer correctly.
In release mode (together with a very slightly reduced response frequency) now it works.
 
Upvote 0
Top