Lines Matching full:accept
31 * Wraps multiple BluetoothServerSocket objects to make it possible to accept connections on
37 * Call {@link #shutdown(boolean)} to terminate the accept threads created by the call to
41 * either (This is needed, as the only way to interrupt an accept call is to close the socket...)
59 /* Handles to the accept threads. Needed for shutdown. */
176 * Initiate the accept threads.
192 * Set state to accept new incoming connection. Will cause the next incoming connection to be
202 * This is the entry point that needs to synchronize between the accept
212 mConAccepted = true; // TODO: Reset this when ready to accept new connection
230 * Terminate any running accept threads
267 * accept a new connection.
289 * Accept incoming connections and reject if needed. Keep accepting incoming connections.
301 connSocket = mServerSocket.accept();
306 Log.w(TAG, "connSocket is null - reattempt accept");
312 Log.i(TAG, "getRemoteDevice() = null - reattempt accept");
347 Log.w(TAG, "Accept exception for " +
360 * Shuts down the accept threads, and closes the ServerSockets, causing all related