The BLE2 library is working great for me and I am able to read and write characteristics to/from my custom target. I have a timer running that performs a characteristics read every 2 seconds. However, if I perform a write at the same time a read is occurring, the App crashes. How can I tell if a read is occurring so that I can wait to perform a write? Thanks!