Hi I have developed and Android application to connect for 2 BLE Devices one after other.
These 2 BLE devices connection and service discovery will happen one after the other.
But my requirement is Connection,Service Discovery,Read & Write operation should be performed Parallely from both devices to android application ..?
How to achieve this type of Scenario in android application.