Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2033 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in stopRfcommListener() local
2035 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() local
2061 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() local
2095 socket = listenerData.mServerSocket.accept(); in handleIncomingRfcommConnections()
[all …]