Searched defs:conSocket (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DObexServerSockets.java226 * @param conSocket the socket associated with the connection.
229 synchronized private boolean onConnect(BluetoothDevice device, BluetoothSocket conSocket) { argument
230 if(D) Log.d(TAG, "onConnect() socket: " + conSocket + " mConAccepted = " + mConAccepted);
231 if(mConAccepted == false && mConHandler.onConnect(device, conSocket) == true) {

Completed in 51 milliseconds