I'm trying to evaluate throughput performance of our BLE application which operates in conjunction with the Apple platform. I would like to know if there is a way that I can tell whether a series of characteristic writes are coming through during the same connection interval. I've tried instrumenting with log statements and a millisecond timer, but based on the results I'm getting, I think this is probably not giving me good answers. Is there another way of getting this information?