I want to send several packages in one interval from my iphone to 51822(s130).But the demo ble_app_uart can only receive 1 package per interval(ipone6,lightbule,writewithoutreponse)。 I use the iphone6 with lightblue to test the long write(write with out respond function). I write about 30 byte in lightblue. The 51822, send the BLE_EVT_USER_MEM_REQUEST -> write handle ->BLE_EVT_USER_MEM_RELEASE.but the write handle value is 0.(on_write handle :0 ). so I did not get the bytes that send from my phone,what is wrong ? And what can I do?