• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android bluetooth connetion

  • Thread starter Thread starter surendramarupudi
  • Start date Start date
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.
 
Back
Top Bottom