Home
last modified time | relevance | path

Searched defs: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
2059 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in retrievePendingSocketForServiceRecord() local
2091 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid); in handleIncomingRfcommConnections() local
2126 private void restartRfcommListener(RfcommListenerData listenerData, UUID uuid) { in restartRfcommListener()
2142 RfcommListenerData listenerData, BluetoothSocket socket) { in pendingSocketTimeoutRunnable()
2161 RfcommListenerData listenerData = in startRfcommListenerInternal() local