Hi.
I think this is the bit where I am getting confused. As far as I can tell there are two properties for the characteristic, write and WriteWithoutResponse. The method available is manager.WriteData("serviceID","characteristic",byte), I can't see how/if I can "set" which property to use, Write or WriteWithoutResponse. I haven't found a tutorial that explains this clearly enough.
A _WriteComplete event is raised when I send the data but I can't figure out if this is returned by the BLE peripheral or whether it is the B4X app side. I am trying to figure out how to send data and not care if it arrives or not. Currently if I go out of BLE range my app hangs or crashes when I WriteData. I can handle that just so long as I know if I have to, or whether there is a different approach.