Hello, I have develop an android application which connects to BLE device and perform read and write operation, so for this i was using Android-nRF-UART . But my application is not running stable on android version 6.0 (marshmallow) as there is some connection delay added in this version. So the solution i got to make my app stable is I need to use nRF Toolbox instead of Android-nRF-UART , but the problem is nRF Toolbox has multiple feature and i want it to use it for simply connection and read/ write operation. I'm facing difficulty to identify simplified source code that i can use. Hope you will provide me optimum solution that will solve my problem.
Thank You