Home
last modified time | relevance | path

Searched refs:mBluetoothServerSockets (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java243 private final Map<UUID, RfcommListenerData> mBluetoothServerSockets = new ConcurrentHashMap<>(); field in AdapterService
2012 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 …]