iOS Question iBLE WriteData Write Completed event

mdehrnsb

Member
Licensed User
Longtime User
When using the Android BLE2 library, a library update was recently made that added an event called WriteComplete that was raised whenever a characteristic write was completed. iBLE does not appear to support this but it does have a member called WriteDataWithResponse.

Is there an event that is raised whenever the said response is available. If not, where is the response found. The current documentation is not very clear on this.

In my app, I am sending multiple characteristic writes at one time. In BLE2, the WriteComplete event allowed me to queue the characteristic writes and send a new one when the last one completed. I was thinking that an event from WriteDataWithResponse could do something similar.

If no type of WriteComplete or Response event exist, does iOS support any such type of feature? If so, can it be added to the library?

Any assistance is appreciated.
 
Top