Searched refs:listenerData (Results 1 – 1 of 1) sorted by relevance
2033 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in stopRfcommListener() local2035 if (listenerData == null) { in stopRfcommListener()2044 if (attributionSource.getUid() != listenerData.mAttributionSource.getUid()) { in stopRfcommListener()2051 return listenerData.closeServerAndPendingSockets(mHandler); in stopRfcommListener()2059 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in retrievePendingSocketForServiceRecord() local2061 if (listenerData == null) { in retrievePendingSocketForServiceRecord()2068 if (attributionSource.getUid() != listenerData.mAttributionSource.getUid()) { in retrievePendingSocketForServiceRecord()2073 BluetoothSocket socket = listenerData.mPendingSockets.poll(); in retrievePendingSocketForServiceRecord()2091 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid); in handleIncomingRfcommConnections() local2095 socket = listenerData.mServerSocket.accept(); in handleIncomingRfcommConnections()[all …]