What is the best method for sending long data to ble_app_uart from android? We tried sending data by breaking into 20 bytes chunks and used thread.sleep() between each packet. Is that the correct method of doing it? How to achieve the maximum throughput of nrf51822?