Searched refs:RfcommListenerData (Results 1 – 1 of 1) sorted by relevance
243 private final Map<UUID, RfcommListenerData> mBluetoothServerSockets = new ConcurrentHashMap<>();2033 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in stopRfcommListener()2059 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in retrievePendingSocketForServiceRecord()2091 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid); in handleIncomingRfcommConnections()2126 private void restartRfcommListener(RfcommListenerData listenerData, UUID uuid) { in restartRfcommListener()2142 RfcommListenerData listenerData, BluetoothSocket socket) { in pendingSocketTimeoutRunnable()2161 RfcommListenerData listenerData = in startRfcommListenerInternal()2162 new RfcommListenerData(bluetoothServerSocket, name, intent, attributionSource); in startRfcommListenerInternal()2170 Iterator<Map.Entry<UUID, RfcommListenerData>> socketsIterator = in stopRfcommServerSockets()2178 private static class RfcommListenerData { class in AdapterService[all …]