History log of /packages/apps/Nfc/src/com/android/nfc/snep/SnepClient.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3329e45c618c5896cb662f686930a75eb2ee5bbc 26-Feb-2013 Martijn Coenen <maco@google.com> Immediately connect to LLCP services.

When we discover a remote LLCP target, look at what
services the current foreground app has requested,
and immediately connect them.

This should increase our overall chance of success
of completing the transaction, as we no longer
need to setup the connection when the user taps
the screen to confirm the send.

It should also improve RIM interop; RIM devices
break the LLCP link if there are no service connections
within a certain time limit. Connecting the services
immediately prevents this.

Bug: 5155356
Change-Id: Ie4a578c1da31e3d5eb3b392b8236c681b45f9271
/packages/apps/Nfc/src/com/android/nfc/snep/SnepClient.java
525c260303268a83da4c3413b953d13c9084e834 14-Dec-2012 The Android Open Source Project <initial-contribution@android.com> Snapshot 1a6bcf3cca90fedfbad33c1cdd6d05af5774fc01

Change-Id: I3ccb25bf7cde2c22f52260cae0e9957517e6bb5f
/packages/apps/Nfc/src/com/android/nfc/snep/SnepClient.java
c9342fef947c49e247495b83f94f16d43cd3562c 13-Dec-2011 mike wakerly <mikey@google.com> NfcService: some trivial cleanups.

I noticed these while looking at something else.

- Removes unused imports; unthrown exceptions on some non-visible methods; dead
code.
- Tags a few stray interface implementations that lacked @Override.
- Removes unnecessary semicolons in a few place.
- Fixes one instance of ArrayList being used as a raw type.

Change-Id: I860921a3a4d003fd6d6fc1381c0813599f3caf26
/packages/apps/Nfc/src/com/android/nfc/snep/SnepClient.java
4a61d3b45e81c0070538f94747a70a49c78f12fa 30-Jun-2011 Jeff Hamilton <jham@android.com> Remove the binder interface for LLCP.

Change-Id: I8d5fd546ecb07f005322eb5f173975dff7820439
/packages/apps/Nfc/src/com/android/nfc/snep/SnepClient.java
0a0a2428190767616e00435930a566d7cb76888f 20-Jun-2011 Martijn Coenen <maco@google.com> Close SNEP socket on IOException.

Change-Id: I94b155f80bcb70204d2b15b1bf11a6ec9df6236d
/packages/apps/Nfc/src/com/android/nfc/snep/SnepClient.java
d1246caeb5eb22aeb7e411e357e89ec945be1d87 17-Jun-2011 Ben Dodson <bjdodson@google.com> Close sockets on failure

Change-Id: I66ec6b12ba6847948e6a69857ea2d9e3c5ee2e17
/packages/apps/Nfc/src/com/android/nfc/snep/SnepClient.java
154fcb2b2bca5dfb27bb251efee8f13f1ebe56f8 16-Jun-2011 Ben Dodson <bjdodson@google.com> Finer-grained synchronization

Change-Id: Ia69d2500c160fc7cacfbf8729d4e717b3676fcf2
/packages/apps/Nfc/src/com/android/nfc/snep/SnepClient.java
2ef360deaff9f17aa72d5749ceee283cc80897af 15-Jun-2011 Ben Dodson <bjdodson@google.com> Merge snep p2p to master

Change-Id: Ic629c9a2ad348c1f352f39d7fc2be04edcf627e7
/packages/apps/Nfc/src/com/android/nfc/snep/SnepClient.java