Hello,
I'm sending a big byte array (byte[100000]) using Bluetooth server and client. My server gets OnData event several times, with following parts of my sent byte array. How could I detect whether all the data parts has been received? Is there any built in mechanism? I need to deserialize this whole byte array (byte[1000000]). I wish I get only one OnData event, with all the data. Could you please suggest any solution?