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.java1675 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in stopRfcommListener() local
1698 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid.getUuid()); in retrievePendingSocketForServiceRecord() local
1730 RfcommListenerData listenerData = mBluetoothServerSockets.get(uuid); in handleIncomingRfcommConnections() local
1765 private void restartRfcommListener(RfcommListenerData listenerData, UUID uuid) { in restartRfcommListener()
1781 RfcommListenerData listenerData, BluetoothSocket socket) { in pendingSocketTimeoutRunnable()
1800 RfcommListenerData listenerData = in startRfcommListenerInternal() local