Searched refs:serverThreads (Results 1 – 1 of 1) sorted by relevance
39 private val serverThreads = mutableMapOf<Int, BluetoothServerThread>() constant71 if (serverThreads.containsKey(associationId)) { in attachServerSocket()72 serverThread = serverThreads[associationId]!! in attachServerSocket()75 serverThreads += associationId to serverThread in attachServerSocket()89 for (thread in serverThreads.values) { in closeAllSockets()92 serverThreads.clear() in closeAllSockets()