Searched refs:mBluetoothServerSockets (Results 1 – 1 of 1) sorted by relevance
243 private final Map<UUID, RfcommListenerData> mBluetoothServerSockets = new ConcurrentHashMap<>(); field in AdapterService2012 if (mBluetoothServerSockets.containsKey(uuid.getUuid())) { in startRfcommListener()2033 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in stopRfcommListener()2049 mBluetoothServerSockets.remove(uuid.getUuid()); in stopRfcommListener()2059 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in retrievePendingSocketForServiceRecord()2091 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid); in handleIncomingRfcommConnections()2097 if (mBluetoothServerSockets.containsKey(uuid)) { in handleIncomingRfcommConnections()2114 mBluetoothServerSockets.remove(uuid); in handleIncomingRfcommConnections()2137 mBluetoothServerSockets.remove(uuid); in restartRfcommListener()2164 mBluetoothServerSockets.put(uuid, listenerData); in startRfcommListenerInternal()[all …]