S 
		
				
			
		surendramarupudi
Guest
I am using android version 2.2.2 to connect with AND weight scale. 
serverSocket = hcApp.weightBtAdapter.listenUsingRfcommWithServiceRecord(MY_NAME, MY_UUID );
socket = serverSocket.accept();
 
The above code taking the 40 seconds to connect with the AND device. I want to improve the connection speed. Any solutions please give reply.
				
			serverSocket = hcApp.weightBtAdapter.listenUsingRfcommWithServiceRecord(MY_NAME, MY_UUID );
socket = serverSocket.accept();
The above code taking the 40 seconds to connect with the AND device. I want to improve the connection speed. Any solutions please give reply.
 
	