Searched refs:BluetoothServerThread (Results 1 – 2 of 2) sorted by relevance
39 private val serverThreads = mutableMapOf<Int, BluetoothServerThread>()70 val serverThread: BluetoothServerThread in attachServerSocket()74 serverThread = BluetoothServerThread(associationId) in attachServerSocket()115 inner class BluetoothServerThread( class in android.companion.cts.multidevice.BluetoothConnector
65 private BluetoothServerThread mServerThread;135 mServerThread = new BluetoothServerThread(); in onStart()300 private class BluetoothServerThread extends Thread { class in MainActivity